Skip to content

Commit

Permalink
Fix linux build action
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Jun 3, 2023
1 parent c1676bc commit 5a1b533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v1
- name: install depends
run: |
sudo echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list
sudo apt update
sudo apt install -y libssl1.0-dev libevent-dev
- name: Build
Expand Down

0 comments on commit 5a1b533

Please sign in to comment.