diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-02 13:09:41 -0400 |
commit | 1c775d0128a797370bbc0bbd527b4bbbc9d0b83d (patch) | |
tree | dba15bad6c144786f462c0fed7ba727d4823b93e /.github/workflows/ci.yml | |
parent | fed31013ebfa6b0c5165f015da5b96ce524224eb (diff) | |
parent | 1afa241472709b32baf5e3e1fd3ba6ebd5fd1bf6 (diff) | |
download | bfs-1c775d0128a797370bbc0bbd527b4bbbc9d0b83d.tar.xz |
Merge branch 'io-uring'
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca1737c..971a4df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,10 @@ jobs: libcap-dev \ libcap2:i386 \ libonig-dev \ - libonig5:i386 + libonig5:i386 \ + liburing-dev # Ubuntu doesn't let you install the -dev packages for both amd64 and - # i386 at once, so we make our own symlinks to fix -m32 -lacl -lattr -lcap + # i386 at once, so we make our own symlinks to fix -m32 -lacl -l... sudo ln -s libacl.so.1 /lib/i386-linux-gnu/libacl.so sudo ln -s libattr.so.1 /lib/i386-linux-gnu/libattr.so sudo ln -s libcap.so.2 /lib/i386-linux-gnu/libcap.so |