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.
1 parent 514a056 commit 47824caCopy full SHA for 47824ca
.github/workflows/ci.yml
@@ -520,7 +520,9 @@ jobs:
520
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}
521
522
- name: Install cargo-dinghy
523
- uses: taiki-e/install-action@cargo-dinghy
+ uses: taiki-e/install-action@v2
524
+ with:
525
+ tool: [email protected]
526
527
- name: Launch XCode Simulator and prepare Dinghy
528
# Note that we're not testing all configurations with dinghy, since that
0 commit comments