Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 9, 2024
1 parent ca13eac commit b0ebfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Run tests
run: |
wget https://github.com/brimdata/build-zeek/releases/download/v6.0.2-brim2/zeek-v6.0.2-brim2.windows-amd64.zip
wget --quiet https://github.com/brimdata/build-zeek/releases/download/v6.0.2-brim2/zeek-v6.0.2-brim2.windows-amd64.zip
unzip -q zeek-v6.0.2-brim2.windows-amd64.zip
for filename in $(cat wrccdc-2018-pcaps); do
for filename in $(cat wrccdc-2018-pcaps | dos2unix); do
echo "The filename is !$filename!"
wget --quiet https://archive.wrccdc.org/pcaps/2018/$filename
gzip -d $filename
Expand Down

0 comments on commit b0ebfd5

Please sign in to comment.