[skip test]
This commit is contained in:
alexey.lysiuk 2023-03-25 12:27:16 +02:00
parent 910c442fd4
commit 3eb23be590

View file

@ -19,13 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v3
# - name: Build target
# run: |
# ./build.py --target ${{ matrix.target }}
- name: Generate Xcode project
- name: Build target
run: |
./build.py --target ${{ matrix.target }} --xcode
./build.py --target ${{ matrix.target }}
# - name: Generate Xcode project
# run: |
# ./build.py --target ${{ matrix.target }} --xcode
- name: List Build Directory
if: always()