From 54a958ba21faf0d9791414fdfaffeed88ad9ed10 Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Thu, 24 Oct 2024 11:07:35 -0400 Subject: [PATCH] add cargo to matrix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2c10792..f6a4cab6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}