Remove setup step for Archlinux from build workflow
Some checks failed
Build and push Archlinux package / build (push) Failing after 29s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 18:50:11 +02:00
parent 1b7e720a7c
commit a714aecf81
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -9,9 +9,6 @@ jobs:
build:
runs-on: archlinux
steps:
- name: Set up Archlinux
run: |
sudo pacman -Syu --noconfirm nodejs git
- name: Checkout code
uses: actions/checkout@v4
- name: Build package