Skip to content

Commit

Permalink
Use cmd shell instead
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 1, 2025
1 parent 90a515b commit 1cf6dc4
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 @@ -13,7 +13,7 @@ jobs:
fetch-depth: 1

- name: Compile and build source files
shell: msys2 {0}
shell: cmd
run: |
g++ --version
g++ -O2 -Wextra -shared -std=c++20 -Wmissing-field-initializers -static -o src/dlls/api.dll src/api.cpp src/settings.cpp src/asteroids.cpp -lgdi32 -lwininet
Expand Down

0 comments on commit 1cf6dc4

Please sign in to comment.