fix macos and linux builds

This commit is contained in:
MatthieuCoder 2023-01-03 19:33:01 +04:00
parent 6e02f33a15
commit db82007f31

View file

@ -50,7 +50,7 @@ jobs:
- name: All in one
run: |
cd exes/all
mingw32-make.exe build
make build
- name: Move artifacts
run: |
@ -125,7 +125,7 @@ jobs:
- name: All in one
run: |
cd exes/all
mingw32-make.exe build
make build
- name: Move artifacts
run: |