From 0d4d6c4007dc157918c3a5b300969f325ea7f282 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 9 Aug 2023 14:25:12 -0400 Subject: [PATCH] ci: ensure hexdump is installed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47da8dc..7ae34f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: cache: 'npm' - name: Setup Golang run: | - sudo apt-get update; + sudo apt-get update && sudo apt-get install bsdmainutils -y; bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); source ~/.gvm/scripts/gvm; gvm install go1.4 -B;