Fix test-on-archlinux again
This commit is contained in:
parent
2a5c1920ef
commit
823588b579
|
@ -35,7 +35,7 @@ jobs:
|
|||
image: archlinux:latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: yes | pacman -Syu bash curl openssl
|
||||
run: yes | pacman -Syu bash curl git openssl
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue