Skip to content

Commit

Permalink
Update example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeanutBrrutter authored Aug 1, 2024
1 parent 11a543b commit 5ecf111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
#go mod init calc # for go mod. If we use go build, it will do the same for the 3 lines.
go mod tidy
go get github.com/franela/goblin
go get golang.org/x/tools/cmd/godoc
go get golang.org/x/tools/cmd/godoc@latest
ls
- name: Decrypt Firebase JSON
Expand Down

0 comments on commit 5ecf111

Please sign in to comment.