Skip to content

Commit

Permalink
Update build_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teingi authored Nov 27, 2024
1 parent c0305e6 commit 06fbf66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
runs-on: ubuntu-latest
container:
image: "oceanbase/obdiag-builder:latest"
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- name: Checkout code
uses: actions/checkout@v3
run: |
cd $RUNNER_HOME/actions-runner/externals
mv node20 node20.bak
ln -s node16 node20

- name: Install dependencies
run: |
Expand Down

0 comments on commit 06fbf66

Please sign in to comment.