diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index d511466a05a3d..943c556165bbf 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1241,7 +1241,7 @@ jobs: - host: windows-latest build: | npm i -g "@napi-rs/cli@${NAPI_CLI_VERSION}" "turbo@${TURBO_VERSION}" "pnpm@${PNPM_VERSION}" - turbo run build-native --cache-dir=".turbo" -- --release --target i686-pc-windows-msvc --no-default-features --features swc_v1 + turbo run build-native --cache-dir=".turbo" -- --release --target i686-pc-windows-msvc --cargo-flags="--no-default-features" --features swc_v1 target: 'i686-pc-windows-msvc' - host: ubuntu-latest target: 'x86_64-unknown-linux-gnu'