ci: ensure hexdump is installed

This commit is contained in:
Derrick Hammer 2023-08-09 14:25:12 -04:00
parent 587f8696b2
commit 0d4d6c4007
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Setup Golang - name: Setup Golang
run: | 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); bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source ~/.gvm/scripts/gvm; source ~/.gvm/scripts/gvm;
gvm install go1.4 -B; gvm install go1.4 -B;