We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77e8b5 commit 91754feCopy full SHA for 91754fe
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Install ${{ matrix.rust }}
22
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
+ run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
23
- run: cargo build
24
security-audit:
25
runs-on: ubuntu-latest
0 commit comments