Skip to content

Commit

Permalink
run another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Apr 11, 2024
1 parent 7d1c6d3 commit ca302f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:

- name: list C:/vcpkg/buildtrees
run: |
Get-ChildItem -Recurse C:/vcpkg/buildtrees/nlohmann-json/
Get-ChildItem -Recurse C:/vcpkg/buildtrees/boost/
Get-ChildItem -Recurse C:\vcpkg\installed\x64-windows\include\
Get-ChildItem -Recurse C:\vcpkg\installed\x64-windows\lib\
if: runner.os == 'Windows'

- name: List C:/vcpkg/packages
Expand Down Expand Up @@ -114,10 +114,10 @@ jobs:
run: |
mkdir build
cd build
$DNLOHMANN_PATH="C:\vcpkg\buildtrees\nlohmann-json\"
$DBOOST_PATH="C:\vcpkg\buildtrees\boost\"
$DNLOHMANN_PATH="C:\vcpkg\installed\x64-windows\include\nlohmann-json"
$DBOOST_PATH="C:\vcpkg\installed\x64-windows\include\boost"
$DTARGET="include\libbitwarden_c.dll"
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build .
shell: pwsh

Expand Down

0 comments on commit ca302f6

Please sign in to comment.