Skip to content

Commit

Permalink
cahnge default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 4, 2024
1 parent cf70013 commit 213a8cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
rustup default 1.75.0-aarch64-apple-darwin
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
rustup default 1.75.0-aarch64-apple-darwin
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -84,6 +86,7 @@ jobs:
sudo apt update; sudo apt install ninja-build
rustup install 1.75.0
rustup toolchain install 1.75.0
rustup default 1.75.0-aarch64-apple-darwin
- name: Clone
run: just clone
- name: Prepare
Expand Down

0 comments on commit 213a8cf

Please sign in to comment.