mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +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:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --features tls-vendored --target ${{ matrix.target }}
|
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]
|
- name: Post Build | Prepare artifacts [Windows]
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user