Skip to content

Commit

Permalink
Try to figure out what is going on
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Nov 14, 2024
1 parent c0ba850 commit c6c33d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ jobs:
run: |
apt-get update
apt-get install --no-install-recommends -y build-essential ca-certificates cmake curl git jq libssl-dev nodejs pkgconf
mkdir -p /__e/node20/bin
ln -s /usr/bin/node /__e/node20/bin/node
#mkdir -p /__e/node20/bin
#ln -s /usr/bin/node /__e/node20/bin/node
file /__e/node20/bin/node
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit c6c33d3

Please sign in to comment.