Skip to content

Commit

Permalink
fix(ci): pin the Rust nightly version
Browse files Browse the repository at this point in the history
Temporary fix until the `ring` build issue is fixed.

- briansmith/ring#1469
- rust-lang/rust#95267
  • Loading branch information
orhun committed Mar 26, 2022
1 parent 97c3044 commit 1b04dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-fixtures-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-22
override: true

- name: Install git-cliff
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-03-22
override: true
- name: Checkout
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-03-22
profile: minimal
components: clippy
override: true
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-03-22
profile: minimal
components: rustfmt
override: true
Expand Down

0 comments on commit 1b04dbf

Please sign in to comment.