Skip to content

Commit

Permalink
💚 ci reinstall expand
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 10, 2023
1 parent 937b6ff commit 64615ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Install cargo-expand
if: steps.check_asset.outputs.skip_build != 'true'
run: |
cargo install cargo-expand
cargo install cargo-expand --force
- name: Cache Flutter dependencies (Linux/Android)
if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'android-arm32' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-x86_64' || matrix.config.target == 'linux' )
Expand Down

0 comments on commit 64615ab

Please sign in to comment.