Compare commits
3 Commits
7319f5a048
...
9bc225c542
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 9bc225c542 | |
Derrick Hammer | ed1c4bc937 | |
Derrick Hammer | c20e79635e |
|
@ -19,7 +19,6 @@ jobs:
|
|||
- name: Setup Golang
|
||||
run: |
|
||||
sudo apt-get update;
|
||||
sudo apt-get install bison;
|
||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
|
||||
source ~/.gvm/scripts/gvm;
|
||||
gvm install go1.4 -B;
|
||||
|
@ -27,7 +26,7 @@ jobs:
|
|||
gvm install go1.19 -B;
|
||||
VERSION=0.28.1;
|
||||
TINYGO="tinygo_${VERSION}_amd64.deb";
|
||||
wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
||||
wget -q https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
||||
sudo dpkg -i $TINYGO && rm $TINYGO;
|
||||
- name: Fetch Wasm Deps
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue