diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 19:33:01 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 19:33:01 +0400 |
| commit | db82007f31cf6f082856c9f9780d57a68b62191f (patch) | |
| tree | 0047c7ed472de96840002f3c0497c6a1f06e14b8 /.github/workflows | |
| parent | 6e02f33a158168117d176dc345fc91e150b9679c (diff) | |
fix macos and linux builds
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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: | |
