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 bc6d03d commit e5e3dd0Copy full SHA for e5e3dd0
.github/workflows/build.yml
@@ -20,7 +20,8 @@ jobs:
20
- name: Setup Rust
21
uses: actions/checkout@v4.1.3
22
- name: Update Rust
23
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
+ run: rustup update ${{ matrix.toolchain }}
24
+ | rustup default ${{ matrix.toolchain }}
25
- name: Install clippy nightly
26
run: rustup component add clippy-preview
27
- name: Install Cargo audit
0 commit comments