From 30d54c8da4a8e091dbe439770d4e1796dc7c78dc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Feb 2021 10:15:43 +0100 Subject: Revert "ci: Use different workaround for Archlinux docker" This reverts commit 545e37b913f9db7efaff22074372ebba4c794986. Doesn't actually seem to work... --- .github/workflows/docker.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index eb19e2547..d4023d57c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,13 +16,6 @@ jobs: - archlinux-webengine - archlinux-webengine-unstable steps: - - name: Build latest runc to work around actions/virtual-environments#2698 - run: | - sudo apt-get install libseccomp-dev - git clone https://github.com/opencontainers/runc - cd runc - make - sudo make install - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: -- cgit v1.2.3-54-g00ecf