Skip to content

Commit

Permalink
Correctly symlink node20
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Jul 8, 2024
1 parent ab0c060 commit 0d3d773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
# Find the Node.js installation
NODE_DIR=$(dirname $(which node))
# Create the symlink
mkdir -p /__e && ln -s ${NODE_DIR} /__e/node20
cd "$RUNNER_HOME/actions-runner/externals"
mv node20 node20.bak
ln -s "${NODE_DIR}" node20
# Verify the symlink
ls -l /__e
node -v && npm -v
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 0d3d773

Please sign in to comment.