.github/workflows/build-deb.yml aktualisiert

This commit is contained in:
2025-04-26 21:56:05 +02:00
parent ac8f6618b6
commit a01c4a3b8a

View File

@@ -8,27 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Zeige Benutzer und Gruppeninfo
run: |
echo "Aktueller Benutzer: $(whoami)"
echo "UID: $(id -u)"
echo "GID: $(id -g)"
echo "Gruppen: $(id -Gn)"
- name: Prüfe Mounts
run: |
mount | grep hostedtoolcache || echo "Kein Mount gefunden!"
ls -lah /opt/hostedtoolcache
- name: 🛒 Checkout Repository
uses: actions/checkout@v4
- name: ⚙️ Prepare Environment Variables
run: |
echo "AGENT_TOOLSDIRECTORY=/home/runner/toolcache" >> $GITHUB_ENV
mkdir -p /home/runner/toolcache
- name: 🐍 Setup Python
uses: actions/setup-python@v5
with: