This commit is contained in:
Michael Lipp 2023-09-16 22:06:37 +02:00
parent b7ed2dcc95
commit 01c114bc18

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: refs/heads/master ref: main
- name: Install graphviz - name: Install graphviz
run: sudo apt-get install graphviz run: sudo apt-get install graphviz
- name: Install podman - name: Install podman