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 157ad26 commit 3d42eea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
image: "oceanbase/obdiag-builder:latest"

steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Install dependencies
run: |
export PATH=/opt/miniconda3/bin:$PATH
Expand Down Expand Up @@ -59,7 +61,9 @@ jobs:
runs-on: ubuntu-22.04

steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Download RPM Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 3d42eea

Please sign in to comment.