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;
|
||||
sudo dpkg -i $TINYGO && rm $TINYGO;
|
||||
setup:
|
||||
- name: Fetch Wasm Deps
|
||||
run:
|
||||
- run:
|
||||
command: >
|
||||
cd src/golang;
|
||||
go get;
|
||||
|
|
Loading…
Reference in New Issue