ci: remove name
This commit is contained in:
parent
af283f63e5
commit
29b7333d5a
|
@ -26,8 +26,7 @@ workflows:
|
||||||
wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
||||||
sudo dpkg -i $TINYGO && rm $TINYGO;
|
sudo dpkg -i $TINYGO && rm $TINYGO;
|
||||||
setup:
|
setup:
|
||||||
- name: Fetch Wasm Deps
|
- run:
|
||||||
run:
|
|
||||||
command: >
|
command: >
|
||||||
cd src/golang;
|
cd src/golang;
|
||||||
go get;
|
go get;
|
||||||
|
|
Loading…
Reference in New Issue