From 7bc42c61b42291dc207a405f1c366f34f854515c Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 28 Jul 2024 15:16:50 +0100 Subject: [PATCH] update apt package tree --- .github/workflows/gotest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index e6e54e3..3ea4c77 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -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 @@ -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 \ No newline at end of file + working-directory: ./golang/wasm