Skip to content

Commit 17c059a

Browse files
committed
chore: fix apk version checking in workflow
1 parent 497d4a3 commit 17c059a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.restore-cache.outputs.cache-matched-key != ''
4444
continue-on-error: true
4545
run: |
46-
[ -n "$(podman run --pull never --rm -i ${{ env.IMAGE }} sh -c 'apk -q update && apk -q list -u samba-server')" ] || exit 0
46+
[ -n "$(podman run --pull never --rm -i ${{ env.IMAGE }} sh -c 'apk -q update && apk -q list -u dma msmtp s-nail')" ] || exit 0
4747
podman image rm ${{ env.IMAGE }}
4848
podman image prune -f
4949

0 commit comments

Comments
 (0)