ci: ensure hexdump is installed
This commit is contained in:
parent
587f8696b2
commit
0d4d6c4007
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue