Skip to content

Commit

Permalink
Increase memory for freebsd vm
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 20, 2023
1 parent 7e9f413 commit f485eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
with:
envs: DEBUG RUSTUP_HOME CARGO_HOME RUSTUP_IO_THREADS
usesh: true
mem: 8192
prepare: |
pkg install -y -f curl node libnghttp2 npm yarn
curl https://sh.rustup.rs -sSf --output rustup.sh
Expand All @@ -188,7 +189,7 @@ jobs:
yarn build-release
strip -x *.node
cargo build --release --features cli
mv target/x86_64-unknown-freebsd/release/lightningcss lightningcss
mv target/release/lightningcss lightningcss
node -e "require('.')"
./lightningcss --help
Expand Down

0 comments on commit f485eb5

Please sign in to comment.