Update bats-test.yml

This commit is contained in:
Zhong Lufan 2023-12-05 04:01:33 +08:00 committed by GitHub
parent 8ebccdcf0c
commit cf9bbd646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -98,9 +98,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Update package
run: apt update -y && apt upgrade -y
run: sudo apt update -y && sudo apt upgrade -y
- name: Install dependencies
run: apt install -y bash curl git openssl
run: sudo apt install -y bash curl git openssl
- name: Bash version
run: bash --version
- name: CURL version