Skip to content

Commit

Permalink
windows builds cleanup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Sep 20, 2024
1 parent a3465d5 commit dfff33d
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 @@ -166,7 +166,7 @@ jobs:
mkdir build
cd build
$env:DTARGET="include\bitwarden_c.lib"
cmake .. -DTARGET="%DTARGET%" -DCMAKE_TOOLCHAIN_FILE="${{ env.VCPKG_INSTALLATION_ROOT }}\scripts\buildsystems\vcpkg.cmake"
cmake .. -DTARGET="%DTARGET%" -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
cmake --build . --config Release
shell: pwsh

Expand Down

0 comments on commit dfff33d

Please sign in to comment.