mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-29 14:45:09 +03:00
Update PATH
in CI
This commit is contained in:
parent
a79449c389
commit
1a3e086264
1 changed files with 5 additions and 5 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -28,13 +28,13 @@ jobs:
|
||||||
- name: Install gomobile
|
- name: Install gomobile
|
||||||
run: |
|
run: |
|
||||||
go install golang.org/x/mobile/cmd/gomobile@latest
|
go install golang.org/x/mobile/cmd/gomobile@latest
|
||||||
gomobile init
|
~/go/bin/gomobile init
|
||||||
|
|
||||||
- name: Build Yggdrasil
|
- name: Build Yggdrasil
|
||||||
run: |
|
run: |
|
||||||
mkdir app/libs
|
mkdir app/libs
|
||||||
cd yggdrasil-go
|
cd yggdrasil-go
|
||||||
./contrib/mobile/build -a
|
PATH=$PATH:~/go/bin/ ./contrib/mobile/build -a
|
||||||
cp {yggdrasil.aar,yggdrasil-sources.aar} ../app/libs
|
cp {yggdrasil.aar,yggdrasil-sources.aar} ../app/libs
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue