summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2024-03-07 00:07:16 +0100
committerJohannes Wienke2024-03-07 00:07:16 +0100
commita1d83545a67b77ce73e6cc349313ac1ca0adc484 (patch)
treeded0c09916d45db5d1fcf15239a5359d4b3035a5
parent91e556dc76d5190a01895c965d11ec6e8c7f1a18 (diff)
downloadaur-a1d83545a67b77ce73e6cc349313ac1ca0adc484.tar.gz
Fix CI build
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 371069b64b7c..e082c17843eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ build:
name: countstarlight/makepkg:latest
entrypoint: [""]
before_script:
+ - sudo pacman -Sy --noconfirm archlinux-keyring
- yay -Syu --noconfirm
script:
- |
@@ -24,7 +25,8 @@ test:
stage: test
image: archlinux:latest
script:
- - pacman -Syu --noconfirm
+ - pacman -Sy --noconfirm
+ - pacman -S --noconfirm archlinux-keyring
- pacman --noconfirm -U *.pkg.tar.zst
- python -c "import uritools"