Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-07-07 01:14:12 +02:00
commit 6d5e9c0892

View file

@ -22,7 +22,7 @@ jobs:
run: | run: |
apk add --no-cache git bash && \ apk add --no-cache git bash && \
rm -rf .* * && \ rm -rf .* * && \
git clone https://github.com/monero-project/monero git clone https://github.com/monero-project/monero .
- name: Start Docker daemon - name: Start Docker daemon
run: | run: |