Skip to content

Commit

Permalink
Merge pull request #285 from safedep/ci/fix-vet-windows-releaser
Browse files Browse the repository at this point in the history
fix: Goreleaser workflow - use sudo for apt-get install
  • Loading branch information
abhisek authored Nov 23, 2024
2 parents af18e3a + 7f23bad commit 8a56f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install OSX Cross Compiler Build Tools
run: apt-get install -y -qq build-essential clang gcc g++ gcc-mingw-w64 zlib1g-dev libmpc-dev libmpfr-dev libgmp-dev cmake libxml2-dev libssl-dev xz-utils
run: sudo apt-get install -y -qq build-essential clang gcc g++ gcc-mingw-w64 zlib1g-dev libmpc-dev libmpfr-dev libgmp-dev cmake libxml2-dev libssl-dev xz-utils

- name: Setup OSX Cross Compiler Tool Chain Environment
run: |
Expand Down

0 comments on commit 8a56f5b

Please sign in to comment.