Skip to content

Commit

Permalink
fix ln
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 21, 2025
1 parent 4a4a0b3 commit 8972251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
which /opt/acttoolcache/node/20.18.1/x64/bin/node
/opt/acttoolcache/node/20.18.1/x64/bin/node --version
# link node to /__e/node20/bin/node
ln -s /__e/node20/bin/node /opt/acttoolcache/node/20.18.1/x64/bin/node
ln -s /opt/acttoolcache/node/20.18.1/x64/bin/node /__e/node20/bin/node
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 8972251

Please sign in to comment.