We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509ec32 commit ec91c12Copy full SHA for ec91c12
.github/workflows/post-release.yml
@@ -85,12 +85,10 @@ jobs:
85
sudo apt-get update
86
sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools
87
- name: Install Rust
88
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@stable
89
with:
90
toolchain: ${{ matrix.rust }}
91
- profile: minimal
92
- override: true
93
- target: ${{ matrix.target }}
+ targets: ${{ matrix.target }}
94
- name: Build release binary
95
run: cargo build --target ${{ matrix.target }} --verbose --release
96
- name: Build archive
0 commit comments