summaryrefslogtreecommitdiff
path: root/.forgejo
diff options
context:
space:
mode:
Diffstat (limited to '.forgejo')
-rw-r--r--.forgejo/workflows/build-theme-send-core-repo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/build-theme-send-core-repo.yml b/.forgejo/workflows/build-theme-send-core-repo.yml
index 07db9dd..1a71077 100644
--- a/.forgejo/workflows/build-theme-send-core-repo.yml
+++ b/.forgejo/workflows/build-theme-send-core-repo.yml
@@ -160,7 +160,7 @@ jobs:
CORE="/tmp/raveos-core-repo/x86_64"
MIRRORS="https://de-mirror.chaotic.cx/chaotic-aur/x86_64 https://cdn-mirror.chaotic.cx/chaotic-aur/x86_64 https://geo-mirror.chaotic.cx/chaotic-aur/x86_64"
- for PKG in linux-cachyos linux-cachyos-headers sddm-astronaut-theme; do
+ for PKG in sddm-astronaut-theme; do
LATEST=""
for MIRROR in $MIRRORS; do
LATEST=$(curl -fsSL --retry 3 --retry-delay 5 --max-time 15 "${MIRROR}/" \