build: Still trying to get ios to build on this worker.

This commit is contained in:
2025-02-01 17:58:51 -05:00
parent f03a5918d1
commit 32920e0e5d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: android-actions/setup-android@v3
with:
packages: 'tools platform-tools build-tools;34.0.0 platforms;android-34 ndk;26.3.11579264'
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all dist docs
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` iosdebug docs
- run: docker build .
- uses: actions/upload-artifact@v3
with: