Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 446b703 commit a54c4cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
working-directory: Project
run: |
/mingw64/bin/g++.exe -Wall -Wextra -std=c++14 -O2 -o vecmath.o vecmath.cpp
/mingw64/bin/g++.exe -Wall -Wextra -std=c++14 -O2 -o actor.o actor.cpp -lSDL2
- name: Prepare artifact for packaging
run: |
Expand Down

0 comments on commit a54c4cc

Please sign in to comment.