Skip to content

Commit

Permalink
Change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 11, 2024
1 parent 7f5f2f7 commit ed67e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
if: runner.os == 'Windows'
working-directory: languages/cpp
env:
BOOST_INCLUDE_DIR: C:/vcpkg/packages/boost
NLOHMANN_JSON_INCLUDE_DIR: C:/vcpkg/packages/nlohmann-json_x64-windows
BOOST_INCLUDE_DIR: C:/vcpkg/buildtrees/boost/
NLOHMANN_JSON_INCLUDE_DIR: C:/vcpkg/buildtrees/nlohmann-json/
run: |
mkdir build
cd build
Expand Down

0 comments on commit ed67e68

Please sign in to comment.