Skip to content

Commit

Permalink
Adding static linking so that it will be more portable
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaulH authored Jul 31, 2024
1 parent 704caf9 commit 7a7baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mconnect-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
cd tools/mconnect
go build -o mconnect
CGO_ENABLED=0 go build -o mconnect
- name: Get version
id: get_version
Expand Down

0 comments on commit 7a7baaa

Please # to comment.