Skip to content

Commit

Permalink
Add list trees
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 11, 2024
1 parent 8c8ca83 commit eb28ef5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
vcpkg install nlohmann-json
shell: pwsh

- name: list
run: |
ls -lR C:/vcpkg/buildtrees/nlohmann-json/
ls -lR C:/vcpkg/buildtrees/boost/
if: runner.os == 'Windows'

# - name: Install libraries for Linux
# run: |
# conda install -c conda-forge boost
Expand Down Expand Up @@ -108,10 +114,10 @@ jobs:
if: runner.os == 'Windows'
working-directory: languages/cpp
env:
BOOST_INCLUDE_DIR: C:\Users\runneradmin\miniconda3\envs\conda-env\Library\include
BOOST_INCLUDE_DIR: C:/vcpkg/packages/boost_x64-windows
# BOOST_INCLUDE_DIR: C:\Users\runneradmin\miniconda3\envs\conda-env\boost
# NLOHMANN_JSON_INCLUDE_DIR: C:\Users\runneradmin\miniconda3\envs\conda-env\nlohmann_json
NLOHMANN_JSON_INCLUDE_DIR: C:\Users\runneradmin\miniconda3\envs\conda-env\Library\include
NLOHMANN_JSON_INCLUDE_DIR: C:/vcpkg/packages/nlohmann-json_x64-windows
run: |
mkdir build
cd build
Expand Down

0 comments on commit eb28ef5

Please sign in to comment.