From cb237afdfda5cef2c1e06fd47512c3800c1fc166 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 3 Dec 2024 15:06:33 +0100 Subject: [PATCH] CI: Update workflow Signed-off-by: Knut Ahlers --- .github/workflows/test-and-build.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 800e445..20c24dc 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -17,7 +17,7 @@ jobs: shell: bash container: - image: luzifer/archlinux + image: luzifer/gh-arch-env env: CGO_ENABLED: 0 GOPATH: /go @@ -25,28 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Enable custom AUR package repo - run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://archrepo.hub.luzifer.io/\$arch" >>/etc/pacman.conf - - - name: Install required packages - run: | - pacman -Syy --noconfirm \ - awk \ - curl \ - diffutils \ - git \ - go \ - golangci-lint-bin \ - make \ - nodejs-lts-hydrogen \ - npm \ - tar \ - trivy \ - unzip \ - which \ - zip - - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Marking workdir safe run: git config --global --add safe.directory /__w/share/share