mirror of
https://github.com/Hill-98/aliyun-openapi-bash-sdk.git
synced 2025-10-22 09:59:34 +08:00
Update bats-test.yml
This commit is contained in:
4
.github/workflows/bats-test.yml
vendored
4
.github/workflows/bats-test.yml
vendored
@@ -98,9 +98,9 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Update package
|
- name: Update package
|
||||||
run: apt update -y && apt upgrade -y
|
run: sudo apt update -y && sudo apt upgrade -y
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt install -y bash curl git openssl
|
run: sudo apt install -y bash curl git openssl
|
||||||
- name: Bash version
|
- name: Bash version
|
||||||
run: bash --version
|
run: bash --version
|
||||||
- name: CURL version
|
- name: CURL version
|
||||||
|
Reference in New Issue
Block a user