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: jobs:
run-neofetch: run-neofetch:
runs-on: ubuntu-latest runs-on: archlinux-latest
container: container:
image: ubuntu:latest image: archlinux:latest
steps: steps:
- name: install ponos - name: install ponos
run: apt update && apt install -y curl bash run: pacman -Sy curl bash -y
- name: download neofetch - name: download neofetch
run: | run: |