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 d3fd38f commit b86e715Copy full SHA for b86e715
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
toolchain: [ stable, 1.28.0, nightly ]
12
runs-on: ${{ matrix.platform }}
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- uses: actions-rs/toolchain@v1
16
with:
17
toolchain: ${{ matrix.toolchain }}
@@ -28,7 +28,7 @@ jobs:
28
toolchain: [ stable, 1.30.0, nightly ]
29
30
31
32
33
34
@@ -43,7 +43,7 @@ jobs:
43
project_dir: [ build_std, no_main ]
44
runs-on: ubuntu-latest
45
46
47
48
49
toolchain: nightly
0 commit comments