Skip to content

Commit

Permalink
Update CI-ubuntu.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Nov 29, 2024
1 parent f18fc58 commit bd69924
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
run: |
df -h
- name: Fix?
run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
- uses: actions/checkout@v2
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit bd69924

Please sign in to comment.