Skip to content

Commit

Permalink
Refactor build process in goBuildMac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Mar 8, 2024
1 parent b97760e commit 2e49fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goBuildMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Change Directory
run: cd src
- name: Build project
run: go build .
run: |
cd src
go build

0 comments on commit 2e49fe6

Please sign in to comment.