File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FetchContent_Declare(googletest
2222)
2323# For Windows: Prevent overriding the parent project's compiler/linker settings
2424set (gtest_force_shared_crt ON CACHE BOOL "" FORCE )
25+ set (CMAKE_POLICY_VERSION_MINIMUM 3.5)
2526FetchContent_MakeAvailable (googletest)
2627
2728set (TESTS_ROOT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR } )
You can’t perform that action at this time.
0 commit comments