Skip to content

Commit

Permalink
Change actions build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NoozAbooz committed Jan 11, 2025
1 parent ca8d8ae commit 5990601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
uses: actions/checkout@v3

- name: Build PROS Project
run: pros make clean all
run: make -j
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void opcontrol() {
if (field_status == "competition") {
Gif* gif = new Gif("/usd/nokotan.gif", rd_view_obj(gifview));
rd_view_focus(gifview);
console.println("Running gif...");
console.println("Launching gif...");
}
});

Expand Down

0 comments on commit 5990601

Please sign in to comment.