8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Update CI tools.

This commit is contained in:
Adriano dos Santos Fernandes 2024-12-23 09:44:02 -03:00
parent a0404d8888
commit bc89f7e2e8

View File

@ -123,7 +123,7 @@ jobs:
build-alpine-x64:
if: github.ref_type != 'tag'
runs-on: ubuntu-22.04
container: alpine:3.14
container: alpine:3.21
steps:
- name: Checkout
@ -394,9 +394,9 @@ jobs:
run: |
mkdir downloads
pushd downloads
curl -OL https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
curl -OL https://dl.google.com/android/repository/android-ndk-r27c-linux.zip
mkdir -p $NDK
unzip android-ndk-r25b-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
unzip android-ndk-r27c-linux.zip -d $NDK && f=("$NDK"/*) && mv "$NDK"/*/* "$NDK" && rmdir "${f[@]}"
- name: Build
run: |