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 509ec32 commit ec91c12
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 @@ -85,12 +85,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
- 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 ec91c12

Please sign in to comment.