File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -519,17 +519,10 @@ jobs:
519
519
path : ${{ env.CARGO_CACHE_PATH }}
520
520
key : cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
521
521
522
- - name : Cache cargo-dinghy
523
- id : dinghy-cache
524
- uses : actions/cache@v3
525
- with :
526
- path : ~/.cargo/bin/cargo-dinghy
527
- # Change this key if we update the required cargo-dinghy version
528
- key : cargo-dinghy-${{ github.job }}-${{ matrix.name }}-v0-6-0
529
-
530
522
- name : Install cargo-dinghy
531
- if : ${{ steps.dinghy-cache.outputs.cache-hit != 'true' }}
532
- run : cargo install cargo-dinghy --version=^0.6.0
523
+ uses : taiki-e/install-action@v2
524
+ with :
525
+ tool : cargo-dinghy@0.6
533
526
534
527
- name : Launch XCode Simulator and prepare Dinghy
535
528
# Note that we're not testing all configurations with dinghy, since that
You can’t perform that action at this time.
0 commit comments