From 71c5011a3aed5ed9a5fabb621074ff132d2765e9 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 15 Feb 2021 08:51:49 +0100 Subject: [PATCH] Workaround https://github.com/actions/virtual-environments/issues/2703. --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 4fba7877..6c41043a 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -97,7 +97,7 @@ jobs: os: [ fedora-33, centos-8 ] steps: - name: Install podman - run: . /etc/os-release && echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - && sudo apt-get update -y && sudo apt-get install -y podman + run: . /etc/os-release && echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list && curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - && sudo apt-get update -y && sudo apt remove containers-common containers-image -y && sudo apt autoremove -y && sudo apt-get install -y podman - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: