Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 26, 2024
1 parent 08ff18e commit 3336e3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
runs-on: ubuntu-20.04
container: apache/gluten:vcpkg-centos-7
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20
- uses: actions/checkout@v4
- name: Get Ccache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 3336e3e

Please sign in to comment.