summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 76bd62d3cd..0a30e87723 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -42,7 +42,7 @@ jobs:
pre: 'apk add -U bash'
- distro: 'archlinux:latest'
- pre: 'pacman --noconfirm -Sy grep'
+ pre: 'pacman --noconfirm -Sy grep libffi'
- distro: 'debian:bullseye'
pre: 'apt-get update'