.github/workflows/build-deb.yml aktualisiert

This commit is contained in:
2025-04-26 21:41:49 +02:00
parent c714b31e6a
commit eb76a02ec7

View File

@@ -15,6 +15,12 @@ jobs:
echo "GID: $(id -g)" echo "GID: $(id -g)"
echo "Gruppen: $(id -Gn)" echo "Gruppen: $(id -Gn)"
- name: Zeige Inhalt von /opt/hostedtoolcache
run: |
echo "📂 Inhalt von /opt/hostedtoolcache:"
ls -lah /opt/hostedtoolcache
- name: 🛒 Checkout Repository - name: 🛒 Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4