Skip to content

Commit 8add562

Browse files
authored
Update ci.yml
1 parent e3dbfc2 commit 8add562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Install latest rust ${{ matrix.toolchain }} for ${{ matrix.target }}
27-
- uses: dtolnay/rust-toolchain@master
27+
uses: dtolnay/rust-toolchain@master
2828
with:
2929
target: ${{ matrix.target }}
3030
toolchain: ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)