build: Finally ios is happy. Now let's un-break docker.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 4m33s

This commit is contained in:
Cory McWilliams 2025-02-01 18:07:56 -05:00
parent 32920e0e5d
commit 22f4d115e3
2 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,8 @@ 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` iosdebug docs
- run: docker build .
- run: ANDROID_SDK=$HOME/.android/sdk make -j`nproc` all dist docs
- uses: actions/upload-artifact@v3
with:
path: |

View File

@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
libc6-dev \
perl \
make
COPY . /app