Skip to content

Commit

Permalink
Update build-and-upload-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bearaujus committed Dec 7, 2024
1 parent dc45945 commit cae921c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
go-version: '1.21' # Set the Go version you're using

# Install necessary build tools for cgo
- name: Install build tools for cgo
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ libc6-dev
# Get the version from the tag
- name: Get version from tag
id: get_version
Expand Down

0 comments on commit cae921c

Please sign in to comment.