Skip to content

Commit

Permalink
Fix compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Sep 10, 2024
1 parent 3ffd889 commit 10d591c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
df -a
cd $GITHUB_WORKSPACE/
bash dev/ci-velox-buildstatic-centos-7.sh
# Install Node.js to fix compatibility issue for upload-artifact@v4 on centos-7.
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
yum install -y nodejs
- uses: actions/upload-artifact@v4
with:
name: velox-native-lib-centos-7-${{github.sha}}
Expand Down

0 comments on commit 10d591c

Please sign in to comment.