Skip to content

Commit 200d994

Browse files
Dirbaioeldruin
authored andcommitted
Pin nightly version in CI
1 parent 6f5dda9 commit 200d994

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
rust: [nightly]
46+
rust: [nightly-2022-11-22]
4747
TARGET: [x86_64-unknown-linux-gnu, thumbv6m-none-eabi, thumbv7m-none-eabi]
4848

4949
steps:

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions-rs/toolchain@v1
2727
with:
2828
profile: minimal
29-
toolchain: nightly
29+
toolchain: nightly-2022-11-22
3030
override: true
3131
components: clippy
3232
- run: cargo clippy

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions-rs/toolchain@v1
3030
with:
3131
profile: minimal
32-
toolchain: nightly
32+
toolchain: nightly-2022-11-22
3333
override: true
3434
components: rustfmt
3535
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)