Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan authored Nov 22, 2023
1 parent 012f706 commit c94623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
brew install cmake libevent libpcap libsodium openssl
- name: Setup CMake, GCC, and dependencies on Ubuntu
if ${{ runner.os == 'Linux' }}
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ cmake libevent-dev libpcap-dev libsodium-dev libssl-dev
Expand Down

0 comments on commit c94623f

Please sign in to comment.