mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
Fix release build
This commit is contained in:
parent
a9b4457101
commit
2c29fcef70
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
run: sudo apt-get update &&
|
||||
sudo apt-get install autoconf automake autoconf-archive
|
||||
sudo apt-get install autoconf automake autoconf-archive &&
|
||||
sudo sed -i 's/epoll_pwait2/epoll_pwait2_disabled/g' /usr/include/x86_64-linux-gnu/sys/epoll.h
|
||||
|
||||
- uses: lukka/get-cmake@v3.31.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user