We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc64f1 commit 5b72583Copy full SHA for 5b72583
.github/workflows/Tests_Linux.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v3
12
13
- name: Install dependencies
14
- run: sudo apt-get update && sudo apt-get install -y cmake g++ curl make libssl-dev
+ run: sudo apt-get update && sudo apt-get install -y cmake g++ curl make libssl-dev libsmbclient-dev pkg-config
15
16
- name: Configure with CMake
17
run: cmake -S . -B build -DC2CORE_BUILD_TESTS=ON
0 commit comments