archlinux test
Some checks failed
pizdec neofetch / run-neofetch (push) Failing after 28s

This commit is contained in:
catmpeg 2026-02-18 07:16:42 +03:00
commit 3cb85ab95d

View file

@ -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: |