Fix GitHub Actions

This commit is contained in:
Zhong Lufan 2023-01-29 22:38:50 +08:00
parent 72b452db96
commit a97f956b3e
No known key found for this signature in database
GPG Key ID: BE2B3A1E76AD7D04
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ jobs:
container:
image: alpine:latest
steps:
- name: Install dependencies
run: apk add bash curl git openssl
- name: Check out code
uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
run: apk add bash curl openssl
- name: Run test
env:
AliAccessKeyId: ${{ secrets.ALIACCESSKEYID }}