Skip to content

Commit 45184a4

Browse files
committed
Cleanup test workflow
Signed-off-by: Knut Ahlers <[email protected]>
1 parent 1f52d80 commit 45184a4

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/test-and-build.yml

+1-22
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,14 @@ jobs:
1717
shell: bash
1818

1919
container:
20-
image: luzifer/archlinux
20+
image: ghcr.io/luzifer-docker/gh-arch-env
2121
env:
2222
CGO_ENABLED: 0
2323
GOPATH: /go
2424

2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- name: Enable custom AUR package repo
29-
run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://archrepo.hub.luzifer.io/\$arch" >>/etc/pacman.conf
30-
31-
- name: Install required packages
32-
run: |
33-
pacman -Syy --noconfirm \
34-
awk \
35-
curl \
36-
diffutils \
37-
git \
38-
go \
39-
golangci-lint-bin \
40-
make \
41-
nodejs-lts-hydrogen \
42-
npm \
43-
tar \
44-
trivy \
45-
unzip \
46-
which \
47-
zip
48-
4928
- uses: actions/checkout@v3
5029

5130
- name: Marking workdir safe

0 commit comments

Comments
 (0)