Fix test-on-archlinux again

This commit is contained in:
Zhong Lufan 2023-01-31 00:01:26 +08:00
parent 2a5c1920ef
commit 823588b579
No known key found for this signature in database
GPG Key ID: BE2B3A1E76AD7D04
1 changed files with 1 additions and 1 deletions

View File

@ -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: