Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
CI(Linux): Use libcurl4-openssl-dev insteadof libcurl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Mar 5, 2021
1 parent 4464088 commit 23cd8df
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 @@ -19,7 +19,7 @@ jobs:
# --- Linux
- name: Install Dependencies (Linux)
if: startsWith(matrix.os, 'ubuntu-')
run: sudo apt install libpcap-dev libcurl-dev
run: sudo apt install libpcap-dev libcurl4-openssl-dev
# --- Windows
- uses: seanmiddleditch/gha-setup-vsdevenv@8c6bbf80998779f2bba87b1452832e561b65fd57
if: startsWith(matrix.os, 'windows-')
Expand Down

0 comments on commit 23cd8df

Please sign in to comment.