mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 22:25: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
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
@ -28,14 +28,14 @@ jobs:
|
|||
- name: Install gomobile
|
||||
run: |
|
||||
go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
gomobile init
|
||||
~/go/bin/gomobile init
|
||||
|
||||
- name: Build Yggdrasil
|
||||
run: |
|
||||
mkdir app/libs
|
||||
cd yggdrasil-go
|
||||
./contrib/mobile/build -a
|
||||
cp {yggdrasil.aar,yggdrasil-sources.aar} ../app/libs
|
||||
mkdir app/libs
|
||||
cd yggdrasil-go
|
||||
PATH=$PATH:~/go/bin/ ./contrib/mobile/build -a
|
||||
cp {yggdrasil.aar,yggdrasil-sources.aar} ../app/libs
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue