Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Feb 19, 2024
1 parent 0ae9af7 commit 51b0e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ jobs:
- name: download q
run: |
wget -o q.tar.gz https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_linux_amd64.tar.gz
tar xvf q.tar.gz
wget https://github.com/natesales/q/releases/download/v0.19.2/q_0.19.2_linux_amd64.tar.gz
tar xvf q_0.19.2_linux_amd64.tar.gz
- name: Generate certificate
run: |
Expand Down

0 comments on commit 51b0e63

Please sign in to comment.