We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967970b commit bb430d7Copy full SHA for bb430d7
.github/workflows/ci.yml
@@ -205,8 +205,9 @@ jobs:
205
run: |
206
apt-get update
207
apt-get install --no-install-recommends -y build-essential ca-certificates cmake curl git jq libssl-dev nodejs pkgconf
208
- mkdir -p /__e/node20/bin
209
- ln -s /usr/bin/node /__e/node20/bin/node
+ #mkdir -p /__e/node20/bin
+ #ln -s /usr/bin/node /__e/node20/bin/node
210
+ file /__e/node20/bin/node
211
- uses: actions/checkout@v4
212
- uses: dtolnay/rust-toolchain@stable
213
with:
0 commit comments