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 4949 target : i686-pc-windows-msvc
5050 - host : ubuntu-latest
5151 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
5353 - host : ubuntu-latest
5454 target : x86_64-unknown-linux-musl
5555 build : yarn build --target x86_64-unknown-linux-musl -x --features openssl-vendored
9797 if : ${{ contains(matrix.settings.build, ' -x ') }}
9898 with :
9999 version : 0.14.1
100- - name : Install cargo-zigbuild
100+ - name : Install ${{contains(matrix.settings.build, ' -x ') && ' cargo-zigbuild' || 'cargo-cross'}}
101101 uses : taiki-e/install-action@v2
102102 if : contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
103103 env :
You can’t perform that action at this time.
0 commit comments