Skip to content
Snippets Groups Projects
Commit 12ea2e33 authored by Martin Pitt's avatar Martin Pitt Committed by Martin Pitt
Browse files

workflows: Add workaround for actions/checkout tag breakage

parent cf0d7b4c
Branches
Tags
No related merge requests found
......@@ -11,6 +11,9 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
- name: Workaround for https://github.com/actions/checkout/pull/697
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
- name: Build release tarball
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
run: sudo PUBLISH_TAR=1 tests/run-apt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment