This commit is contained in:
2025-08-26 13:50:05 +02:00
parent 1e88e10d87
commit 9d73a18f38

View File

@@ -11,8 +11,8 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: apk add --no-cache nodejs python3 docker - run: apk add --no-cache nodejs python3 docker py3-pip
- run: python -m ensurepip --upgrade # - run: python -m ensurepip --upgrade
- run: python -m pip install ansible-builder - run: python -m pip install ansible-builder
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4