mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Add apt update in github actions; bump golangci-lint
This commit is contained in:
1
.github/workflows/build-standalone.yml
vendored
1
.github/workflows/build-standalone.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
||||
- name: APT Install
|
||||
run: |
|
||||
sudo dpkg --add-architecture arm64
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install build-essential debhelper fakeroot crossbuild-essential-arm64
|
||||
|
||||
- name: Build Debian packages
|
||||
|
||||
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
go-version: ${{ matrix.GO_VERSION }}
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
with:
|
||||
version: v2.1
|
||||
version: latest
|
||||
working-directory: ./gui
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
id: aptInstall
|
||||
run: |
|
||||
sudo dpkg --add-architecture arm64
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install build-essential debhelper fakeroot crossbuild-essential-arm64
|
||||
|
||||
- name: Build Debian packages
|
||||
|
||||
Reference in New Issue
Block a user