We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e6dde commit 438b582Copy full SHA for 438b582
.github/workflows/extended.yml
@@ -40,14 +40,14 @@ jobs:
40
name: linux build test
41
runs-on: ubuntu-latest
42
steps:
43
- - name: Setup Rust toolchain
44
- uses: ./.github/actions/setup-builder
45
- with:
46
- rust-version: stable
47
- uses: actions/checkout@v4
48
with:
49
submodules: true
50
fetch-depth: 1
+ - name: Setup Rust toolchain
+ uses: ./.github/actions/setup-builder
+ with:
+ rust-version: stable
51
- name: Prepare cargo build
52
run: |
53
cargo check --profile ci --all-targets
0 commit comments