From 594e0a000eeaed9c0218c8cb3b831847d4770fd5 Mon Sep 17 00:00:00 2001 From: project-repo Date: Tue, 18 Apr 2023 23:54:39 +0200 Subject: [PATCH] Add pacman-key initialization --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f595e1..844fe07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: container: image: archlinux:latest steps: + - run: pacman-key --init - run: pacman -Syu --noconfirm git sudo - run: git clone https://github.com/project-repo/cagebreak - run: git -C cagebreak checkout feature/continuous-integration