Skip to content

Commit

Permalink
update apt package tree
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptix committed Jul 28, 2024
1 parent fbc334b commit 7bc42c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: update apt pkgs
run: sudo apt-get update
- name: install bind9 utilities
run: sudo apt-get install bind9utils
- name: Run tests
Expand All @@ -22,4 +24,4 @@ jobs:
working-directory: ./golang/cmd/sig0namectl
- name: Check WASM compilation
run: GOOS=js GOARCH=wasm go build -o test.wasm
working-directory: ./golang/wasm
working-directory: ./golang/wasm

0 comments on commit 7bc42c6

Please sign in to comment.