Skip to content

Commit

Permalink
ci package: checkout missing apache/arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 5, 2024
1 parent aeb3964 commit 45e92b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
- almalinux-9
- almalinux-9-aarch64
runs-on: ubuntu-latest
env:
APACHE_ARROW_REPOSITORY: ${{ github.workspace }}/apache-arrow
steps:
- name: Prepare environment variables
run: |
Expand Down Expand Up @@ -114,6 +116,10 @@ jobs:
path: groonga
repository: groonga/groonga
submodules: recursive
- uses: actions/checkout@v4
with:
path: apache-arrow
repository: apache/arrow
- uses: actions/download-artifact@v4
with:
name: source
Expand Down

0 comments on commit 45e92b2

Please sign in to comment.