]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix macos and linux builds
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:33:01 +0000 (19:33 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Tue, 3 Jan 2023 15:33:01 +0000 (19:33 +0400)
.github/workflows/build.yml

index 944fd662e0f50b94c723961499e4fe3e549c88ee..43ad891ad90c2ba740724e1d9952b2c7d0d62c11 100644 (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: |