Skip to content

Commit cbd8aca

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

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
@@ -190,6 +190,13 @@ jobs:
190190
uses: ./.github/actions/4c-test-dmd
191191
with:
192192
arch: ${{ matrix.arch }}
193+
194+
- name: Check apk tool
195+
shell: bash
196+
run: |
197+
command -v apk || true
198+
apk --version || true
199+
193200
- name: Run defaultlib unittests & druntime integration tests
194201
if: success() || failure()
195202
uses: ./.github/actions/4d-test-libs

0 commit comments

Comments
 (0)