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
+1 -1
View File
@@ -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'