mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
wip
[skip test]
This commit is contained in:
parent
a510e5acf1
commit
a10d9b02dc
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
target:
|
||||
- radare2
|
||||
- dsda-doom
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -23,9 +23,9 @@ jobs:
|
|||
run: |
|
||||
./build.py --target ${{ matrix.target }}
|
||||
|
||||
# - name: Generate Xcode project
|
||||
# run: |
|
||||
# ./build.py --target ${{ matrix.target }} --xcode
|
||||
- name: Generate Xcode project
|
||||
run: |
|
||||
./build.py --target ${{ matrix.target }} --xcode
|
||||
|
||||
- name: List Build Directory
|
||||
if: always()
|
||||
|
|
Loading…
Reference in a new issue