Skip to content

Commit

Permalink
Try workaround actions/checkout#1809
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Aug 2, 2024
1 parent e1c322d commit 8e490a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
runs-on: ubuntu-20.04
container: quay.io/pypa/manylinux2014_x86_64
steps:
- run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8e490a5

Please sign in to comment.