File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
target : i686-pc-windows-msvc
50
50
- host : ubuntu-latest
51
51
target : x86_64-unknown-linux-gnu
52
- build : yarn build --target x86_64-unknown-linux-gnu -x --features openssl-vendored
52
+ build : yarn build --target x86_64-unknown-linux-gnu --use-cross --features openssl-vendored
53
53
- host : ubuntu-latest
54
54
target : x86_64-unknown-linux-musl
55
55
build : yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored
97
97
if : ${{ contains(matrix.settings.build, ' -x ') }}
98
98
with :
99
99
version : 0.14.1
100
- - name : Install cargo-zigbuild
100
+ - name : Install ${{contains(matrix.settings.build, ' -x ') && ' cargo-zigbuild' || 'cargo-cross'}}
101
101
uses : taiki-e/install-action@v2
102
102
if : contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
103
103
env :
You can’t perform that action at this time.
0 commit comments