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 048e43e + 9d5f85b commit 5d1b0afCopy full SHA for 5d1b0af
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- run: |
83
# it should never be a failure not to get the caches, as they can be regenerated.
84
git lfs fetch && git lfs checkout || true
85
- - uses: taiki-e/install-action@v1
+ - uses: taiki-e/install-action@v2
86
with:
87
tool: nextest
88
- name: "Test (nextest)"
@@ -102,7 +102,7 @@ jobs:
102
103
toolchain: stable
104
targets: ${{ matrix.target }}
105
106
107
tool: cross
108
- name: "check"
0 commit comments