Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 21, 2025
1 parent 97d0795 commit f9a5edf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ros-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
container:
image: ghcr.io/catthehacker/ubuntu:js-22.04
steps:
- run: |
set -xe
# PATH="/opt/acttoolcache/node/20.18.0/x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
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
sudo mkdir -p /__e/node20/bin
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 f9a5edf

Please sign in to comment.