Skip to content

Commit

Permalink
Update go.yaml - fix symlink name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucktay authored May 15, 2024
1 parent 65e5246 commit 86248d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
# Cannot use Docker on macOS runners: https://github.community/t/why-is-docker-not-installed-on-macos/17017
- if: ${{ matrix.platform == 'macos-latest' }}
name: Install 'make' and run '.../gmake test' on macOS
name: Install 'make' and run '.../make test' on macOS
run: |
brew install make
/opt/homebrew/opt/make/libexec/gnubin/gmake test
/opt/homebrew/opt/make/libexec/gnubin/make test
release:
name: Release 'v*'' tags
Expand Down

0 comments on commit 86248d3

Please sign in to comment.