.github/workflows/build-deb.yml aktualisiert
This commit is contained in:
6
.github/workflows/build-deb.yml
vendored
6
.github/workflows/build-deb.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user