Skip to content

Commit

Permalink
Check if build fails or seeting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 18, 2024
1 parent 6074481 commit 54dab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
$DBOOST_PATH="C:\vcpkg\installed\x64-windows\include\boost"
$DTARGET="include/libbitwarden_c.dll"
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=include/libbitwarden_c.dll -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/languages/cpp/
cmake --build .
# cmake --build .
shell: pwsh

- name: Copy artifacts
Expand Down

0 comments on commit 54dab6c

Please sign in to comment.