0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00

add cargo to matrix

This commit is contained in:
Ronny Chan 2024-10-24 11:07:35 -04:00
parent 23996cde4b
commit 54a958ba21
No known key found for this signature in database
GPG key ID: 438610BEA8DC2E2C

View file

@ -65,6 +65,7 @@ jobs:
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-24.04-xl' || 'ubuntu-24.04' }}
target: x86_64-unknown-linux-musl
variant: release
cargo: cargo
- os: ${{ github.repository == 'denoland/rusty_v8' && 'windows-2022-xxl' || 'windows-2022' }}
target: x86_64-pc-windows-msvc
@ -111,7 +112,7 @@ jobs:
if: startsWith(matrix.config.os, 'ubuntu')
run: |
sudo apt-get install -y glib2.0
- name: Install cross compilation toolchain (musl)
if: endsWith(matrix.config.target, '-musl')
run: rustup target add ${{ matrix.config.target }}