Skip to content

Commit 762febb

Browse files
authored
CI Fixes (#82)
1 parent 55cc7f5 commit 762febb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ jobs:
265265
- name: Download, install and run Memgraph under WSL
266266
shell: wsl-bash {0} # root shell
267267
run: |
268+
sudo apt update
269+
sudo apt install -y libatomic1
268270
mkdir ~/memgraph
269271
curl -L https://download.memgraph.com/memgraph/v${{ env.MGVERSION }}/ubuntu-24.04/memgraph_${{ env.MGVERSION }}-1_amd64.deb --output ~/memgraph/memgraph.deb
270272
dpkg -i ~/memgraph/memgraph.deb

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ FetchContent_Declare(googletest
2222
)
2323
# For Windows: Prevent overriding the parent project's compiler/linker settings
2424
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
25+
set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
2526
FetchContent_MakeAvailable(googletest)
2627

2728
set(TESTS_ROOT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

0 commit comments

Comments
 (0)