Skip to content

Commit

Permalink
ci: install libevent-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 6, 2024
1 parent 4b42cc3 commit b5202a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
with:
version: 6.6.*

- name: Install libuv and libcurl
- name: Install libuv and libcurl and libevent
if: startsWith(runner.os, 'Linux')
# 傻逼 ubuntu,好好的 libuv 非要改名 libuv1,脑子得有多秀逗啊
run: sudo apt-get install -y libuv1-dev libcurl4-openssl-dev
run: sudo apt-get install -y libuv1-dev libcurl4-openssl-dev libevent-dev

- name: Build Boost
id: boost
Expand Down

0 comments on commit b5202a6

Please sign in to comment.