mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Install deps only on x86_64 linux gnu
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
1df00e5ba8
commit
450facd260
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ jobs:
|
|||
run: sudo apt-get install -y musl-tools
|
||||
|
||||
- name: Install deps
|
||||
if: ${{ startsWith(matrix.target, 'x86_64-unknown-linux-') && !startsWith(github.ref, 'refs/tags/v') }}
|
||||
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' && !startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: sudo ./ci-scripts/install-deps.sh
|
||||
|
||||
- name: Build release
|
||||
|
|
Loading…
Add table
Reference in a new issue