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

Revert "Update CI tools."

This reverts commit bc89f7e2e8.
This commit is contained in:
Adriano dos Santos Fernandes 2024-12-23 11:50:33 -03:00
parent bc89f7e2e8
commit 0e0386afba

View File

@ -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
@ -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: |