Skip to content

Commit

Permalink
fix: use powershell var interpolation; not cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Sep 20, 2024
1 parent e152c9c commit d950159
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 @@ -135,7 +135,7 @@ jobs:
mkdir build
cd build
$env:DTARGET="include\bitwarden_c.dll.lib"
cmake .. -DTARGET="%DTARGET%" -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
cmake .. -DTARGET="$env:DTARGET" -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake"
cmake --build . --config Release
shell: pwsh

Expand Down

0 comments on commit d950159

Please sign in to comment.