diff options
| author | ruki <[email protected]> | 2026-01-05 22:53:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-05 22:53:51 +0800 |
| commit | f49b27c442870afeaf42a98fb187097845bf814d (patch) | |
| tree | c70bb9af823341a8878a67464ce4bcdf175e991e /.github/workflows | |
| parent | 1778ae8fd0a3d09018525cc90d8440e79f976477 (diff) | |
add alpine ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index 8583d1bfb..5bce09441 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -69,7 +69,7 @@ jobs: - name: Prepare build tools run: | uname -a - apk --no-cache add grep linux-headers bash curl git unzip build-base tar 7zip + apk --no-cache add grep linux-headers bash curl git unzip build-base tar 7zip perl - uses: actions/checkout@v2 with: |
