Skip to content

Commit

Permalink
Fix "go get" error
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jun 15, 2024
1 parent 718fbb6 commit 44aebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
override: true

- name: Install tomljson
run: go get github.com/pelletier/go-toml/cmd/tomljson
run: go install github.com/pelletier/go-toml/cmd/tomljson

- name: Test
run: |
Expand Down

0 comments on commit 44aebc8

Please sign in to comment.