Undo previous commit (is implied by fetch-depth: 0).

This commit is contained in:
Michael Lipp 2024-06-01 13:57:21 +02:00
parent c66e304de4
commit 2403f5db64

View file

@ -21,7 +21,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true
- name: Install graphviz - name: Install graphviz
run: sudo apt-get install graphviz run: sudo apt-get install graphviz
- name: Install podman - name: Install podman