Commit 7004cda 1 parent 07b5380 commit 7004cda Copy full SHA for 7004cda
File tree 1 file changed +7
-18
lines changed
1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
fetch-depth : 0
17
17
18
- - uses : actions-rs/toolchain@v1
19
- with :
20
- toolchain : stable
21
- target : aarch64-linux-android
22
-
23
- - name : Set up Homebrew
24
- uses : Homebrew/actions/setup-homebrew@master
25
-
26
- - name : Install libpq
27
- run : brew install libpq
28
-
29
18
- name : Read .nvmrc
30
19
run : echo "##[set-output name=NVMRC;]$(cat ./client/.nvmrc)"
31
20
id : nvm
@@ -43,18 +32,18 @@ jobs:
43
32
env :
44
33
NODE_AUTH_TOKEN : ${{secrets.TOKEN_REPO}}
45
34
46
- - name : Get tag
47
- id : tag
48
- run : |
49
- TAG=$(git describe --tags --abbrev=0)
50
- echo "Latest tag: $TAG"
51
-
52
35
- name : Get Properties
53
36
id : properties
54
37
run : |
55
38
cp "$HOME/android/local.properties" ./client/packages/android
56
39
cp "$HOME/android/release.keystore" ./client/packages/android/app
57
40
41
+ - name : Set Up Rust
42
+ uses : actions-rs/toolchain@v1
43
+ with :
44
+ toolchain : stable
45
+ target : aarch64-linux-android
46
+
58
47
- name : Set Up Java
59
48
uses : actions/setup-java@v4
60
49
with :
67
56
cmd : android:build:release && pwd
68
57
dir : ' client'
69
58
env :
70
- NDK_BIN : ../../../.. /android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
59
+ NDK_BIN : /Users/tmfmacmini /android/ndk/27.2.12479018/toolchains/llvm/prebuilt/darwin-x86_64/bin/
71
60
72
61
- name : Create the Artifact
73
62
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments