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

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