Skip to content

Commit

Permalink
Fix Linux build action again
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Jun 3, 2023
1 parent 4ac3b77 commit 2db0ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
- uses: actions/checkout@v1
- name: install depends
run: |
sudo apt update
sudo apt install -y gnupg2
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
sudo apt update
sudo apt install -y libssl1.0-dev libevent-dev
- name: Build
Expand Down

0 comments on commit 2db0ba8

Please sign in to comment.