Skip to content

Commit ec91c12

Browse files
committed
chore(ci): Move off of actions-rs
1 parent 509ec32 commit ec91c12

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/post-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,10 @@ jobs:
8585
sudo apt-get update
8686
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
8787
- name: Install Rust
88-
uses: actions-rs/toolchain@v1
88+
uses: dtolnay/rust-toolchain@stable
8989
with:
9090
toolchain: ${{ matrix.rust }}
91-
profile: minimal
92-
override: true
93-
target: ${{ matrix.target }}
91+
targets: ${{ matrix.target }}
9492
- name: Build release binary
9593
run: cargo build --target ${{ matrix.target }} --verbose --release
9694
- name: Build archive

0 commit comments

Comments
 (0)