ci: remove name

This commit is contained in:
Derrick Hammer 2023-06-23 02:08:14 -04:00
parent af283f63e5
commit 29b7333d5a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -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;