build: Finally ios is happy. Now let's un-break docker.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 4m33s
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 4m33s
This commit is contained in:
parent
32920e0e5d
commit
22f4d115e3
@ -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: |
|
||||
|
@ -4,6 +4,7 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
gcc \
|
||||
libc6-dev \
|
||||
perl \
|
||||
make
|
||||
|
||||
COPY . /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user