Skip to content

Commit

Permalink
fix: add nodeLinker setting in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 9, 2024
1 parent a78c118 commit 0e42105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Setup supportedArchitectures
run: |
if [ "${{ steps.detect-package-manager.outputs.manager }}" == "yarn" ]; then
yarn config set nodeLinker node-modules
yarn config set supportedArchitectures.os linux
yarn config set supportedArchitectures.cpu x64
yarn config set supportedArchitectures.libc glibc
Expand Down

0 comments on commit 0e42105

Please sign in to comment.