Skip to content

Commit

Permalink
Revert "Update CI tools."
Browse files Browse the repository at this point in the history
This reverts commit bc89f7e.
  • Loading branch information
asfernandes committed Dec 23, 2024
1 parent bc89f7e commit 0e0386a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
build-alpine-x64:
if: github.ref_type != 'tag'
runs-on: ubuntu-22.04
container: alpine:3.21
container: alpine:3.14

steps:
- name: Checkout
Expand Down Expand Up @@ -394,9 +394,9 @@ jobs:
run: |
mkdir downloads
pushd downloads
curl -OL https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
curl -OL https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
mkdir -p $NDK
unzip android-ndk-r27c-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
unzip android-ndk-r25b-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
- name: Build
run: |
Expand Down

0 comments on commit 0e0386a

Please sign in to comment.