Skip to content

Commit

Permalink
Hopefully made GH Actions work
Browse files Browse the repository at this point in the history
  • Loading branch information
Qainguin committed May 22, 2024
1 parent b6c1b81 commit abb8368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- name: Build VEX C++ project
run: |
g++ 6MDrivecode/src/*.cpp -I6MDrivecode/include -o compthing # Compile all .cpp files in src directory
g++ 6MDrivecode/src/*.cpp -I6MDrivecode/include -Ivexv5/.h -o compthing # Compile all .cpp files in src directory

0 comments on commit abb8368

Please sign in to comment.