Skip to content

Commit

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

- name: Install OSX Cross Compiler Build Tools
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
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

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

0 comments on commit af18e3a

Please sign in to comment.