Skip to content

Commit 18d803c

Browse files
committed
switch CI image to GHCR and fix Android NDK path
1 parent 40c9dd6 commit 18d803c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-linux:
1212
runs-on: ubuntu-24.04
1313
container:
14-
image: stackwallet/stackwallet-ci:latest
14+
image: ghcr.io/cypherstack/stackwallet-ci:latest
1515
strategy:
1616
matrix:
1717
include:
@@ -46,7 +46,7 @@ jobs:
4646
build-android:
4747
runs-on: ubuntu-24.04
4848
container:
49-
image: stackwallet/stackwallet-ci:latest
49+
image: ghcr.io/cypherstack/stackwallet-ci:latest
5050
strategy:
5151
matrix:
5252
include:
@@ -68,8 +68,6 @@ jobs:
6868
key: android-${{ matrix.abi }}
6969

7070
- name: Build
71-
env:
72-
ANDROID_NDK_ROOT: /opt/android-ndk-r28
7371
run: |
7472
cd rust
7573
cargo ndk --target ${{ matrix.target }} --platform 21 build --release
@@ -175,7 +173,7 @@ jobs:
175173
build-windows:
176174
runs-on: ubuntu-24.04
177175
container:
178-
image: stackwallet/stackwallet-ci:latest
176+
image: ghcr.io/cypherstack/stackwallet-ci:latest
179177
steps:
180178
- uses: actions/checkout@v6
181179

0 commit comments

Comments
 (0)