Skip to content

Commit

Permalink
ci: stop using actions-rs for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Oct 20, 2022
1 parent a2e0a09 commit e988d1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ jobs:

- name: Set up Rust toolchain (non-GitHub container)
if: matrix.info.container != ''
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746 # https://github.com/actions-rs/toolchain/commit/88dc2356392166efad76775c878094f4e83ff746
with:
profile: minimal
toolchain: stable
target: ${{ matrix.info.target }}
shell: bash
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs --output rustup.sh
sh rustup.sh --default-toolchain stable -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Enable Rust cache
uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # 2.0.1
Expand Down

0 comments on commit e988d1a

Please sign in to comment.