chore(ci): Move off of actions-rs

This commit is contained in:
Ed Page 2023-09-18 14:23:47 -05:00
parent 01c3873921
commit 19843c8192

View file

@ -84,12 +84,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool
- 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