Skip to content

Commit

Permalink
use version 1.75 and fix default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 4, 2024
1 parent 213a8cf commit ddf9b24
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install dependencies
run: |
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
rustup default 1.75.0-aarch64-apple-darwin
rustup install 1.75
rustup toolchain install 1.75
rustup default 1.75-aarch64-apple-darwin
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Install dependencies
run: |
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
rustup default 1.75.0-aarch64-apple-darwin
rustup install 1.75
rustup toolchain install 1.75
rustup default 1.75-x86_64-apple-darwin
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
- name: Install dependencies
run: |
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
rustup install 1.75
rustup toolchain install 1.75
rustup default 1.75-x86_64-unknown-linux-gnu
- name: Clone
run: just clone
- name: Prepare
Expand Down

0 comments on commit ddf9b24

Please sign in to comment.