Skip to content

Commit

Permalink
Update go.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmagnus authored Sep 21, 2019
1 parent 6d4ce42 commit d38cdc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
uses: actions/checkout@v1

- name: Build
run: make
run: |
go get -u github.com/nilsmagnus/grib
make

0 comments on commit d38cdc3

Please sign in to comment.