Skip to content

Commit

Permalink
fix: workdir errors on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jun 28, 2024
1 parent 189c119 commit 057af55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
shell: bash
run: |
cd packages/typst.node
sudo pkg install -y -f curl node libnghttp2 npm
sudo npm install -g yarn --ignore-scripts
curl https://sh.rustup.rs -sSf --output rustup.sh
Expand Down

0 comments on commit 057af55

Please sign in to comment.