Skip to content

Commit

Permalink
test attempted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Apr 11, 2024
1 parent d01966e commit 7d1c6d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DNLOHMANN="C:\vcpkg\buildtrees\boost\" -DBOOST="C:\vcpkg\buildtrees\nlohmann-json\" -DTARGET="include/libbitwarden_c.dll"
$DNLOHMANN_PATH="C:\vcpkg\buildtrees\nlohmann-json\"
$DBOOST_PATH="C:\vcpkg\buildtrees\boost\"
$DTARGET="include\libbitwarden_c.dll"
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET
cmake --build .
shell: pwsh

- name: Copy artifacts
working-directory: languages/cpp/build
Expand Down

0 comments on commit 7d1c6d3

Please sign in to comment.