Skip to content

Commit

Permalink
add toolchain for v1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 4, 2024
1 parent bfd15df commit cf70013
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 @@ -19,6 +19,7 @@ jobs:
run: |
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
run: |
brew install just ninja
rustup install 1.75.0
rustup toolchain install 1.75.0
- name: Clone
run: just clone
- name: Prepare
Expand Down Expand Up @@ -81,6 +83,7 @@ jobs:
run: |
sudo apt update; sudo apt install ninja-build
rustup install 1.75.0
rustup toolchain install 1.75.0
- name: Clone
run: just clone
- name: Prepare
Expand Down

0 comments on commit cf70013

Please sign in to comment.