Skip to content

Commit

Permalink
add cargo to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyChan-okta committed Oct 24, 2024
1 parent 23996cd commit 54a958b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 54a958b

Please sign in to comment.