Fix test-on-archlinux

This commit is contained in:
Zhong Lufan 2023-01-30 23:58:40 +08:00
parent 278d087239
commit 2a5c1920ef
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: pacman -Syu bash curl openssl
run: yes | pacman -Syu bash curl openssl
- name: Check out code
uses: actions/checkout@v3
with: