We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdc34e commit 169eb41Copy full SHA for 169eb41
1 file changed
.github/workflows/android.yml
@@ -59,6 +59,9 @@ jobs:
59
restore-keys: |
60
${{ runner.os }}-cargo-
61
62
+ - name: Generate keystores
63
+ run: just gen_keystores
64
+
65
- name: Build APK (debug)
66
run: |
67
cargo apk build -p cedinia --lib
@@ -122,6 +125,9 @@ jobs:
122
125
123
126
124
127
128
129
130
131
- name: Build APK (release)
132
133
cargo apk build -p cedinia --lib --release
0 commit comments