Skip to content

Commit

Permalink
Update packages-rc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko authored Nov 23, 2023
1 parent aafea13 commit 850b303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4

- name: GCC multilib
- name: Build base
run: |
sudo apt-get install gcc-multilib g++-multilib
apk add build-base
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -37,4 +37,4 @@ jobs:
version: latest
args: release --clean --config ./.goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 850b303

Please sign in to comment.