Update .forgejo/workflows/test.yaml
Some checks failed
AUR Publish / build-and-publish (push) Failing after 4s
Some checks failed
AUR Publish / build-and-publish (push) Failing after 4s
This commit is contained in:
parent
90d76ad486
commit
044414df70
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@ on:
|
|||
jobs:
|
||||
build-and-publish:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: archlinux
|
||||
options: --privileged
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
|
||||
- name: Setup Arch Linux environment
|
||||
uses: docker://archlinux:latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo pacman -Syu --noconfirm
|
||||
|
|
Loading…
Reference in a new issue