Skip to content

Commit

Permalink
ci code cleanup in bench
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent d0eecb3 commit 6ec8cb0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/bench-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ jobs:
- name: Show Go version
run: |
go version
sudo go version
- name: Set up Go for root
if: runner.os != 'macOS'
run: |
which go
sudo which go
sudo ln -sf `which go` `sudo which go` || true
- name: Show Go version
run: |
go version
sudo go version
- name: Bench dnsutils
run: |
cd dnsutils/
Expand Down

0 comments on commit 6ec8cb0

Please sign in to comment.