Skip to content

Commit

Permalink
Use yesterday's rustc on OSX as the release binaries were built with it
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Mar 9, 2023
1 parent 927149c commit 52b3ae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- name: Temporarily use rustc from yesterday
run: |
rustup install 1.67.1
rustup default 1.67.1
- name: Install other Rust platforms
run: rustup target install aarch64-apple-darwin
- name: Checkout source code
Expand Down

0 comments on commit 52b3ae7

Please sign in to comment.