Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Oct 5, 2021
1 parent fbfddaa commit f0d1fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Dependencies
run: go get -v -t -d ./...
run: go mod download

- name: Compile Examples
run: |
Expand Down

0 comments on commit f0d1fa7

Please sign in to comment.