Skip to content

Commit

Permalink
fix GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Apr 7, 2020
1 parent 0bb0a8e commit 6e0ce15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up environment variables
run: |
go env -w GO111MODULE=on
go env -w GOPATH=$GITHUB_WORKSPACE
go env -w GOPATH=$HOME
go mod init CI
- name: Install the repository and dependencies
Expand Down

0 comments on commit 6e0ce15

Please sign in to comment.