Skip to content

Commit

Permalink
cat
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 24, 2023
1 parent b4fccf7 commit 23b5f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Download releases
run: |
mkdir data/
wget2 (cat download_links.txt) --compression -P data/
wget2 $(cat download_links.txt) --compression -P data/
- name: Combine
run: ${{ github.workspace }}/duckdb -echo -stats foo.db < ${{ github.workspace }}/sql/unique_python_files.sql
Expand Down

0 comments on commit 23b5f30

Please sign in to comment.