Skip to content

Commit

Permalink
Remove hard-coded path for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Jan 14, 2024
1 parent c6afc8b commit fb48fe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
c-compiler: clang
cxx-compiler: clang++
- name: Build
run: cmake --build build -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
run: cmake --build build
- name: Unit Tests
run: build/iggy_cpp_test

1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
endif()

# set up library dependencies
include(/usr/local/vcpkg/scripts/buildsystems/vcpkg.cmake)
find_package(argh CONFIG REQUIRED)
find_package(benchmark CONFIG REQUIRED)
find_package(libuv CONFIG REQUIRED)
Expand Down

0 comments on commit fb48fe7

Please sign in to comment.