1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-29 06:30:52 +00:00

ci: fix use-cross condition (#2122)

This commit is contained in:
David Knaack 2021-01-12 18:40:38 +01:00 committed by GitHub
parent f72dc2b9cf
commit 8e775c4bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ jobs:
with:
command: build
args: --release --features tls-vendored --target ${{ matrix.target }}
use-cross: contains(matrix.target, 'linux')
use-cross: ${{ matrix.os == 'ubuntu-latest' }}
- name: Post Build | Prepare artifacts [Windows]
if: matrix.os == 'windows-latest'