Skip to content

Commit

Permalink
lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 8, 2022
1 parent 89fde8f commit 3b36edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -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:*
Expand All @@ -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: |
Expand Down

0 comments on commit 3b36edc

Please sign in to comment.