summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:33:01 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 19:33:01 +0400
commitdb82007f31cf6f082856c9f9780d57a68b62191f (patch)
tree0047c7ed472de96840002f3c0497c6a1f06e14b8 /.github
parent6e02f33a158168117d176dc345fc91e150b9679c (diff)
fix macos and linux builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 944fd66..43ad891 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |