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.
2 parents e87deb4 + 28f2f91 commit 557c768Copy full SHA for 557c768
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
arch: [x86_64, aarch64, riscv64gc]
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: dtolnay/rust-toolchain@stable
17
with:
18
target: ${{ matrix.arch }}-unknown-linux-gnu
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -46,7 +46,7 @@ jobs:
46
name: Check format
47
48
49
50
- uses: dtolnay/rust-toolchain@nightly
51
52
components: rustfmt
0 commit comments