This commit is contained in:
2025-08-26 13:51:06 +02:00
parent 9d73a18f38
commit 06bddf89e2

View File

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