Skip to content

Commit

Permalink
Fix windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 4, 2024
1 parent 6f4dc51 commit 6bf1b06
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 @@ -107,8 +107,8 @@ jobs:
fi
if [[ ${{ runner.os }} == 'Windows' ]]; then
export DNLOHMANN_PATH=/c/Program\ Files/nlohmann-json
export DBOOST_PATH=/c/Program\ Files/boost
export DNLOHMANN_PATH=C:\Users\runneradmin\miniconda3\envs\conda-env\nlohmann_json
export DBOOST_PATH=C:\Users\runneradmin\miniconda3\envs\conda-env\boost
fi
mkdir build
Expand Down

0 comments on commit 6bf1b06

Please sign in to comment.