Install deps only on x86_64 linux gnu

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 21:31:19 +10:00
parent 1df00e5ba8
commit 450facd260
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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