Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Sep 6, 2024
1 parent 05a3567 commit 28e72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libssl1.1 libuv1-dev libkrb5-dev libc6-dbg libclang-15-dev
sudo apt-get install libssl1.1-dev libuv1-dev libkrb5-dev libc6-dbg libclang-15-dev
- name: Build integration suit
run: cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCASS_BUILD_STATIC=ON -DCASS_USE_STATIC_LIBS=ON . && make
Expand Down

0 comments on commit 28e72c9

Please sign in to comment.