Skip to content

Commit

Permalink
simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Nov 22, 2024
1 parent decc6d5 commit 357d9be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Build
run: python scripts/build.py ios ${{ matrix.platform }}
# run: python scripts/build.py ios ${{ matrix.platform }}
run: python scripts/json-c.py ios ${{ matrix.platform }}

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
submodules: true

- uses: actions/setup-python@v5
with:
Expand All @@ -34,7 +34,8 @@ jobs:
ninja meson || true # ignore brew link python error
- name: Build
run: python scripts/build.py macos
# run: python scripts/build.py macos
run: python scripts/json-c.py macos

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 357d9be

Please sign in to comment.