mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore(ci): Move off of actions-rs
This commit is contained in:
parent
509ec32112
commit
ec91c12b39
1 changed files with 2 additions and 4 deletions
6
.github/workflows/post-release.yml
vendored
6
.github/workflows/post-release.yml
vendored
|
@ -85,12 +85,10 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
|
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
profile: minimal
|
targets: ${{ matrix.target }}
|
||||||
override: true
|
|
||||||
target: ${{ matrix.target }}
|
|
||||||
- name: Build release binary
|
- name: Build release binary
|
||||||
run: cargo build --target ${{ matrix.target }} --verbose --release
|
run: cargo build --target ${{ matrix.target }} --verbose --release
|
||||||
- name: Build archive
|
- name: Build archive
|
||||||
|
|
Loading…
Reference in a new issue