mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-22 16:01:11 +00:00
wip
[skip test]
This commit is contained in:
parent
cd38158fa2
commit
6cddaa1251
1 changed files with 7 additions and 7 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
target:
|
||||
- "dsda-doom"
|
||||
- dsda-doom
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -27,10 +27,10 @@ jobs:
|
|||
run: |
|
||||
./build.py --target ${{ matrix.target }} --xcode
|
||||
|
||||
- name: List Build Directory
|
||||
if: always()
|
||||
shell: bash
|
||||
run: |
|
||||
git status
|
||||
ls -lR .
|
||||
- name: List Build Directory
|
||||
if: always()
|
||||
shell: bash
|
||||
run: |
|
||||
git status
|
||||
ls -lR .
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue