[skip test]
[skip lint]
This commit is contained in:
alexey.lysiuk 2023-04-03 16:47:59 +03:00
parent b91d5920d9
commit 2497cbd6bd

View file

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