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 deb295b commit cb72fc8Copy full SHA for cb72fc8
.github/workflows/build.yml
@@ -96,6 +96,7 @@ jobs:
96
name: apk-x86_64-build
97
path: app/linwood-setonix-android-x86_64.apk
98
- name: Copy Corepack
99
+ working-directory: ./
100
run: |
101
cp app/assets/pack.stnx core.stnx
102
- name: Archive Corepack
.github/workflows/dart.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build flutter_rust_bridge bindings
57
if: matrix.projects == 'plugin'
58
59
- cargo install [email protected]
+ cargo install [email protected] --locked
60
flutter_rust_bridge_codegen generate
61
- name: Run build_runner
62
if: matrix.projects == 'api' || matrix.projects == 'app'
0 commit comments