Skip to content

Commit 0d0807e

Browse files
committed
[.github/workflows/github-actions.yml] Add libbsd to sys deps ; [vcpkg.json] Remove libbsd from this modality
1 parent 27c7345 commit 0d0807e

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/workflows/github-actions.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,18 @@ jobs:
2626
if: matrix.os == 'macos-latest'
2727

2828
- name: Install dependencies for Ubuntu
29-
run: sudo apt-get install -y cmake gcc libarchive-dev libcurl4-openssl-dev linux-libc-dev make ninja-build
29+
run:
30+
sudo apt-get install -y cmake \
31+
gcc \
32+
libarchive-dev \
33+
libbsd-dev \
34+
libc-dev \
35+
libcurl4-openssl-dev \
36+
librhash-dev \
37+
libssl-dev \
38+
make \
39+
ninja-build \
40+
pkg-config
3041
if: matrix.os == 'ubuntu-latest'
3142

3243
- name: Cache vcpkg

vcpkg.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"version-string": "0.0.1",
44
"dependencies": [
55
"libarchive",
6-
"rhash",
7-
{
8-
"name": "libbsd",
9-
"platform": "linux"
10-
}
6+
"rhash"
117
]
128
}

0 commit comments

Comments
 (0)