Skip to content

Commit 5b72583

Browse files
committed
minor
1 parent efc64f1 commit 5b72583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests_Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Install dependencies
14-
run: sudo apt-get update && sudo apt-get install -y cmake g++ curl make libssl-dev
14+
run: sudo apt-get update && sudo apt-get install -y cmake g++ curl make libssl-dev libsmbclient-dev pkg-config
1515

1616
- name: Configure with CMake
1717
run: cmake -S . -B build -DC2CORE_BUILD_TESTS=ON

0 commit comments

Comments
 (0)