Skip to content

Commit

Permalink
chore(ci): Move off of actions-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 18, 2023
1 parent 26c8084 commit 6bc65ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool libssl-dev
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
- name: Build release binary
run: cargo build --target ${{ matrix.target }} --verbose --release
- name: Build archive
Expand Down

0 comments on commit 6bc65ba

Please sign in to comment.