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.
2 parents 3dcdc55 + 47824ca commit 1c3f05cCopy full SHA for 1c3f05c
.github/workflows/ci.yml
@@ -519,17 +519,10 @@ jobs:
519
path: ${{ env.CARGO_CACHE_PATH }}
520
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
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
- name: Install cargo-dinghy
531
- if: ${{ steps.dinghy-cache.outputs.cache-hit != 'true' }}
532
- run: cargo install cargo-dinghy --version=^0.6.0
+ uses: taiki-e/install-action@v2
+ with:
+ tool: [email protected]
533
534
- name: Launch XCode Simulator and prepare Dinghy
535
# Note that we're not testing all configurations with dinghy, since that
0 commit comments