mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
use gnumake on macos for release builds
This commit is contained in:
parent
e07cec2e13
commit
66515d9cde
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build Release code
|
- name: Build Release code
|
||||||
run: |
|
run: |
|
||||||
make
|
gmake
|
||||||
- name: Create release package
|
- name: Create release package
|
||||||
run: |
|
run: |
|
||||||
# copy docs
|
# copy docs
|
||||||
|
|
Loading…
Reference in a new issue