Skip to content

Commit

Permalink
Update directory path for go build
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Mar 8, 2024
1 parent 2e49fe6 commit dcf4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goBuildMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: go mod download
- name: Change Directory
run: |
cd src
cd src/main
go build

0 comments on commit dcf4afd

Please sign in to comment.