Fix test-on-archlinux again

This commit is contained in:
Zhong Lufan
2023-01-31 00:01:26 +08:00
parent 2a5c1920ef
commit 823588b579

View File

@@ -35,7 +35,7 @@ jobs:
image: archlinux:latest image: archlinux:latest
steps: steps:
- name: Install dependencies - name: Install dependencies
run: yes | pacman -Syu bash curl openssl run: yes | pacman -Syu bash curl git openssl
- name: Check out code - name: Check out code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with: