Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
--overlay-ports=vcpkg-overlay/ports \
--overlay-ports=libs/time-shield-cpp/vcpkg-overlay/ports
- name: Configure consumer project
run: cmake -B build -S tests/install_consumer -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -B build -S tests/install_consumer -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build consumer project
run: cmake --build build
4 changes: 2 additions & 2 deletions vcpkg-overlay/ports/log-it-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NewYaroslav/log-it-cpp
REF a5ef55f060f720063bbbb5c9dfdb57086d618e96
SHA512 1a5a418fcae653ab9731068a21c17a56577f98162d2c292418f60d2722ef3075c83f065c4b6115979dd1f38dd54d50f2ecb635ac0049cafd3cfc2a33aa708fff
REF 7fab3b2acba6fe78a136e0694ec7d999a0ba3ba4
SHA512 100b515b31ffce25e5b24f8fd23767b20d015d9e0100024c330f3638a5db85dfb1e63821c09ea214bd744841e0a8d18542e60a49fec8528a01402ba9a5e21830
HEAD_REF main
)

Expand Down
Loading