mirror of
https://github.com/Hill-98/aliyun-openapi-bash-sdk.git
synced 2025-10-22 18:09:33 +08:00
Fix test-on-archlinux
This commit is contained in:
2
.github/workflows/bats-test.yml
vendored
2
.github/workflows/bats-test.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user