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 e3dbfc2 commit 8add562Copy full SHA for 8add562
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v6
25
26
- name: Install latest rust ${{ matrix.toolchain }} for ${{ matrix.target }}
27
- - uses: dtolnay/rust-toolchain@master
+ uses: dtolnay/rust-toolchain@master
28
with:
29
target: ${{ matrix.target }}
30
toolchain: ${{ matrix.toolchain }}
0 commit comments