diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 4d40266..c360de0 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7bc2de2..177c476 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: recursive + submodules: true - uses: actions/setup-python@v5 with: @@ -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