mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
ci: fix use-cross condition (#2122)
This commit is contained in:
parent
f72dc2b9cf
commit
8e775c4bd7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user