Skip to content

Commit

Permalink
Merge pull request #2044 from get10101/fix/release-pipeline
Browse files Browse the repository at this point in the history
fix: force install just
  • Loading branch information
bonomat authored Feb 15, 2024
2 parents aa7b834 + 9732050 commit fb1acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:

- name: Install just
if: steps.cache-deps.outputs.cache-hit != 'true'
run: cargo install just
run: cargo install just --force

- name: Install fastlane
run: |
Expand Down

0 comments on commit fb1acc1

Please sign in to comment.