Skip to content

Commit 438b582

Browse files
committed
fix yaml
1 parent 18e6dde commit 438b582

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/extended.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
name: linux build test
4141
runs-on: ubuntu-latest
4242
steps:
43-
- name: Setup Rust toolchain
44-
uses: ./.github/actions/setup-builder
45-
with:
46-
rust-version: stable
4743
- uses: actions/checkout@v4
4844
with:
4945
submodules: true
5046
fetch-depth: 1
47+
- name: Setup Rust toolchain
48+
uses: ./.github/actions/setup-builder
49+
with:
50+
rust-version: stable
5151
- name: Prepare cargo build
5252
run: |
5353
cargo check --profile ci --all-targets

0 commit comments

Comments
 (0)