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:
parent
23996cde4b
commit
54a958ba21
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue