Skip to content

Commit

Permalink
Update example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeanutBrrutter authored May 9, 2024
1 parent 943d701 commit 5dd7309
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 @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
go mod init calc # for go mod. If we use go build, it will do the same for the 3 lines.
#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
ls
Expand Down

0 comments on commit 5dd7309

Please sign in to comment.