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 f874bb3 commit 732dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install build tools for cgo
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ libc6-dev gcc-multilib g++-x86-64-linux-gnu libc6-dev-amd64-cross gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
sudo apt-get install -y gcc g++ libc6-dev gcc-multilib g++-x86-64-linux-gnu libc6-dev-amd64-cross
# Get the version from the tag
- name: Get version from tag
Expand Down

0 comments on commit 732dd07

Please sign in to comment.