mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
chore(ci): Move off of actions-rs
This commit is contained in:
parent
01c3873921
commit
19843c8192
1 changed files with 2 additions and 4 deletions
6
.github/workflows/post-release.yml
vendored
6
.github/workflows/post-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue