Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 12, 2024
1 parent cc6990c commit 690670a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Build windows
if: runner.os == 'Windows'
working-directory: languages/cpp
# env:
# BOOST_INCLUDE_DIR: C:\vcpkg\buildtrees\boost\
# NLOHMANN_JSON_INCLUDE_DIR: C:\vcpkg\buildtrees\nlohmann-json\
env:
BOOST_INCLUDE_DIR: C:\vcpkg\installed\x64-windows\include\boost
NLOHMANN_JSON_INCLUDE_DIR: C:\vcpkg\installed\x64-windows\include\nlohmann-json
run: |
mkdir build
cd build
Expand Down

0 comments on commit 690670a

Please sign in to comment.