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
Some checks failed
Build and push Archlinux package / build (push) Failing after 9s
This commit is contained in:
parent
00e92ea194
commit
1b7e720a7c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue