From 3cb85ab95d6298238f0f5bc73aaf9927b240d259 Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 18 Feb 2026 07:16:42 +0300 Subject: [PATCH] archlinux test --- .forgejo/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2c714d4..8efb9a5 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -7,13 +7,13 @@ on: jobs: run-neofetch: - runs-on: ubuntu-latest + runs-on: archlinux-latest container: - image: ubuntu:latest + image: archlinux:latest steps: - name: install ponos - run: apt update && apt install -y curl bash + run: pacman -Sy curl bash -y - name: download neofetch run: |