Skip to content

Commit 1b04dbf

Browse files
committed
fix(ci): pin the Rust nightly version
Temporary fix until the `ring` build issue is fixed. - briansmith/ring#1469 - rust-lang/rust#95267
1 parent 97c3044 commit 1b04dbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/run-fixtures-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
uses: actions-rs/toolchain@v1
1818
with:
1919
profile: minimal
20-
toolchain: nightly
20+
toolchain: nightly-2022-03-22
2121
override: true
2222

2323
- name: Install git-cliff

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions-rs/toolchain@v1
3838
with:
3939
profile: minimal
40-
toolchain: nightly
40+
toolchain: nightly-2022-03-22
4141
override: true
4242
- name: Checkout
4343
if: github.event_name != 'pull_request'
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install toolchain
6969
uses: actions-rs/toolchain@v1
7070
with:
71-
toolchain: nightly
71+
toolchain: nightly-2022-03-22
7272
profile: minimal
7373
components: clippy
7474
override: true
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install toolchain
8888
uses: actions-rs/toolchain@v1
8989
with:
90-
toolchain: nightly
90+
toolchain: nightly-2022-03-22
9191
profile: minimal
9292
components: rustfmt
9393
override: true

0 commit comments

Comments
 (0)