[skip test]
This commit is contained in:
alexey.lysiuk 2023-04-03 13:34:47 +03:00
parent a510e5acf1
commit a10d9b02dc

View file

@ -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()