mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
ci: fix missing xcode project generation
This commit is contained in:
parent
c14705b6cc
commit
7a2b8c79b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Generate Xcode project
|
||||
run: |
|
||||
./build.py --target ${{ matrix.target }}
|
||||
./build.py --target ${{ matrix.target }} --xcode
|
||||
|
||||
- name: List Build Directory
|
||||
if: always()
|
||||
|
|
Loading…
Reference in a new issue