Skip to content

Commit 91754fe

Browse files
committed
fix
1 parent b77e8b5 commit 91754fe

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
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Install ${{ matrix.rust }}
22-
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
22+
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
2323
- run: cargo build
2424
security-audit:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)