Skip to content

Commit

Permalink
Remove toolchain override
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 15, 2023
1 parent 2405323 commit 7aaadeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/actions/cargo-build-macos-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ runs:
- name: Install rustup
shell: bash
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
- name: Configure rustup
shell: bash
run: rustup override set stable
- name: Add target aarch64-apple-darwin
if: "${{ inputs.target == 'aarch64-apple-darwin' }}"
run: rustup target add aarch64-apple-darwin
Expand Down
3 changes: 0 additions & 3 deletions .github/actions/cross-build-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ runs:
- name: Install rustup
shell: bash
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
- name: Configure rustup
shell: bash
run: rustup override set stable
- name: Install cross
run: cargo install cross
shell: bash
Expand Down

0 comments on commit 7aaadeb

Please sign in to comment.