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 c96ca7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
# Find the Node.js installation
NODE_DIR=$(dirname $(which node))
# Create the symlink
mkdir -p /__e && ln -s ${NODE_DIR} /__e/node20
mv -f /__e/node20 /__e/node20.bak
ln -sf "${NODE_DIR}" /__e/node20
# Verify the symlink
ls -l /__e
node -v && npm -v
Expand Down

0 comments on commit c96ca7f

Please sign in to comment.