ci: add name under step

This commit is contained in:
Derrick Hammer 2023-06-23 02:11:43 -04:00
parent 29b7333d5a
commit 80638d62c2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ workflows:
sudo dpkg -i $TINYGO && rm $TINYGO;
setup:
- run:
name: Fetch Wasm Deps
command: >
cd src/golang;
go get;