Skip to content

Commit 670765d

Browse files
Update test.yml
1 parent ad46cd0 commit 670765d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
make
1616
mkdir -p Test
17-
curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | ./hostsblock > ./Test/hosts
17+
curl -s https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt | ./hostsblock - > ./Test/hosts
1818
sudo rm hostsblock
1919
env:
2020
key: ${{ secrets.key }} # if run.py requires passwords..etc, set it as secrets

0 commit comments

Comments
 (0)