Skip to content

Commit

Permalink
Pin nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Aug 5, 2023
1 parent a05836b commit 046520b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-03-21
override: true
- name: Add targets
run: rustup target add x86_64-unknown-linux-gnu && rustup target add i686-unknown-linux-gnu
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install nightly toolchain
run: rustup toolchain install nightly
run: rustup toolchain install nightly-2023-03-21
- name: Add targets
run: rustup target add x86_64-pc-windows-msvc && rustup target add i686-pc-windows-msvc
- name: Build 64-bit
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-03-21"

0 comments on commit 046520b

Please sign in to comment.