Skip to content

Commit

Permalink
ci: Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed May 23, 2023
1 parent d4e9d3e commit c7586f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template_goreleaser-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
name: control-dist
path: cmd/control/
- run: sudo apt install gcc-aarch64-linux-gnu gcc-mingw-w64 -y
- run: sudo apt update && sudo apt install gcc-aarch64-linux-gnu gcc-mingw-w64 -y
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Run GoReleaser for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template_goreleaser-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: control-dist
path: cmd/control/
- run: sudo apt install gcc-aarch64-linux-gnu gcc-mingw-w64 -y
- run: sudo apt update && sudo apt install gcc-aarch64-linux-gnu gcc-mingw-w64 -y
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Run GoReleaser for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit c7586f8

Please sign in to comment.