Skip to content

Commit

Permalink
Install package
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 23, 2024
1 parent ee60fc5 commit 381e3c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ jobs:
run: make release
- name: Build tpcds-kit
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
run: cd tpcds-kit/tools && make OS=LINUX
run: |
apt-get install -y exuberant-ctags
cd tpcds-kit/tools && make OS=LINUX
- name: Generate TPC-DS (SF=1) table data
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 381e3c1

Please sign in to comment.