Skip to content

Commit 0bb6fca

Browse files
add install GSL in ci.yml
1 parent 6fd28c8 commit 0bb6fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install deps (GTest, lcov)
1616
run: |
1717
sudo apt-get update
18-
sudo apt-get install -y lcov libgtest-dev
18+
sudo apt-get install -y lcov libgtest-dev cmake pkg-config libgsl-dev
1919
# Build GoogleTest (if you vendor it, skip this)
2020
sudo apt-get install -y cmake
2121
sudo cmake -S /usr/src/googletest -B /usr/src/googletest/build

0 commit comments

Comments
 (0)