chore(ci): prepare arch container dependencies for building
Added initial setup steps to the GitLite job within the continuous integration workflow. This ensures that the underlying Arch Linux environment is fully updated and contains all necessary system packages (like nodejs, git, and docker) before the main build process begins, improving overall build reliability.
This commit is contained in:
@@ -171,6 +171,12 @@ jobs:
|
||||
working-directory: GitLite
|
||||
|
||||
steps:
|
||||
- name: Prepare Arch job container
|
||||
working-directory: /
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --needed --noconfirm nodejs npm git docker
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
path: GitLite
|
||||
|
||||
Reference in New Issue
Block a user