Skip to content

Commit cb72fc8

Browse files
committed
Fix ci
1 parent deb295b commit cb72fc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
name: apk-x86_64-build
9797
path: app/linwood-setonix-android-x86_64.apk
9898
- name: Copy Corepack
99+
working-directory: ./
99100
run: |
100101
cp app/assets/pack.stnx core.stnx
101102
- name: Archive Corepack

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build flutter_rust_bridge bindings
5757
if: matrix.projects == 'plugin'
5858
run: |
59-
cargo install [email protected]
59+
cargo install [email protected] --locked
6060
flutter_rust_bridge_codegen generate
6161
- name: Run build_runner
6262
if: matrix.projects == 'api' || matrix.projects == 'app'

0 commit comments

Comments
 (0)