From 3b36edc1d1caa0fc04bcfd9362044be0b0442a8e Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 8 Dec 2022 17:09:20 -0600 Subject: [PATCH] lock version --- .github/workflows/build_test_deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index c1ea482681a0..74b016f8add3 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -1269,7 +1269,7 @@ jobs: - name: Build id: build - uses: vmactions/freebsd-vm@v0 + uses: vmactions/freebsd-vm@v0.3 if: ${{ steps.build-exists.outputs.BUILD_EXISTS == 'no' }} env: DEBUG: napi:* @@ -1278,8 +1278,9 @@ jobs: RUSTUP_IO_THREADS: 1 # Disable LTO, or the lld may crash with OOM CARGO_PROFILE_RELEASE_LTO: false + VM_RELEASE: 13.0 with: - envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS CARGO_PROFILE_RELEASE_LTO NAPI_CLI_VERSION RUST_TOOLCHAIN PNPM_VERSION + envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS CARGO_PROFILE_RELEASE_LTO NAPI_CLI_VERSION RUST_TOOLCHAIN PNPM_VERSION VM_RELEASE usesh: true mem: 6000 prepare: |