[skip test]
This commit is contained in:
alexey.lysiuk 2023-04-03 13:49:16 +03:00
parent cd38158fa2
commit 6cddaa1251

View file

@ -14,7 +14,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
target: target:
- "dsda-doom" - dsda-doom
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -27,10 +27,10 @@ jobs:
run: | run: |
./build.py --target ${{ matrix.target }} --xcode ./build.py --target ${{ matrix.target }} --xcode
- name: List Build Directory - name: List Build Directory
if: always() if: always()
shell: bash shell: bash
run: | run: |
git status git status
ls -lR . ls -lR .
... ...