Reorder steps in build workflow to install dependencies before checking out code
Some checks failed
Build and push Archlinux package / build (push) Failing after 9s

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

View file

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