Skip to content

Commit

Permalink
in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Nov 26, 2024
1 parent 95d8518 commit f858a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staticbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
steps:
- name: override nodejs
# note: the antique image intentionally has an old ubuntu with old GLIBC; github's node requires a newer one.
# we do this hack so actions can run.
# actions require this /__e/node20/bin/node file, so we override it.
run: |
mount
df -h
sudo ln --force --symbolic $(which node) /__e/node20/node
mkdir -p __e/node20/bin/
ln --force --symbolic $(which node) /__e/node20/bin/node
/__e/node20/bin/node --version
- name: Check out code
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
Expand Down

0 comments on commit f858a1e

Please sign in to comment.