Skip to content

Commit 7eacacf

Browse files
committed
CI: check for apk tool
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 4fd1a8d commit 7eacacf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ jobs:
147147
with:
148148
submodules: true
149149
fetch-depth: 50
150+
151+
- name: Check apt tool
152+
shell: bash
153+
run: |
154+
command -v apk
155+
apk --version
156+
150157
- name: Install prerequisites
151158
if: |
152159
!startsWith(matrix.container_image, 'alpine')

0 commit comments

Comments
 (0)