.github/workflows/build-deb.yml aktualisiert
This commit is contained in:
18
.github/workflows/build-deb.yml
vendored
18
.github/workflows/build-deb.yml
vendored
@@ -8,27 +8,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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
|
- name: 🛒 Checkout Repository
|
||||||
uses: actions/checkout@v4
|
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
|
- name: 🐍 Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user