diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-16 12:57:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-16 12:57:17 -0400 |
commit | ca8274a20d4c50706f2d40bfc58cba09a9a5c713 (patch) | |
tree | 5a4b9ae449056bee64ebb6cdd0e1040a48ce3da3 /.github | |
parent | 7788deca5385c5856f12a93db84782880645c372 (diff) | |
download | bfs-ca8274a20d4c50706f2d40bfc58cba09a9a5c713.tar.xz |
ci: Fix 32-bit Linux dependencies
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9db363d..ae65157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: sudo apt-get update -y sudo apt-get install -y \ gcc-multilib \ + libgcc-s1:i386 \ acl \ libacl1-dev \ libacl1:i386 \ |