summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-16 11:24:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-16 11:24:40 +0100
commit545e37b913f9db7efaff22074372ebba4c794986 (patch)
treed3c47fbdc528d3c6e1df8e4d215f2846491796c4 /.github
parent27488328f63395deeb84d77b7f44d13451b0c9bd (diff)
downloadqutebrowser-545e37b913f9db7efaff22074372ebba4c794986.tar.gz
qutebrowser-545e37b913f9db7efaff22074372ebba4c794986.zip
ci: Use different workaround for Archlinux docker
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index d4023d57c..eb19e2547 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -16,6 +16,13 @@ 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: