Skip to content

Commit

Permalink
fix(ci): add toolchain to action
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Aug 15, 2024
1 parent fb288ac commit 93019a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/large-scope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,15 @@ jobs:
- os: macos-13
target: x86_64-apple-darwin
type: unix
toolchain: stable
- os: macos-latest
target: aarch64-apple-darwin
type: unix
toolchain: stable
- os: windows-latest
target: x86_64-pc-windows-msvc
type: windows
toolchain: stable
steps:
- name: Rust install
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 93019a0

Please sign in to comment.