Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent e55b56c commit 206d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-dnstap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Test ${{ matrix.mode }}
run: |
sudo python3 -m venv venv
sudo source venv/bin/activate
source venv/bin/activate
sudo python3 -m pip install dnstap_pb fstrm dnspython
sudo -u pdns -E pwd
sudo -u pdns -E ls -la
Expand Down

0 comments on commit 206d153

Please sign in to comment.