Skip to content

Commit

Permalink
try static-linking bitwarden-c
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 19, 2024
1 parent c73d069 commit 320993d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
ls include/libbitwarden_c.* || { echo "Missing libbitwarden_c.*"; exit 1; }
fi
if [[ '${{ runner.os }}' == 'Windows' ]]; then
ls include/bitwarden_c.dll || { echo "Missing bitwarden_c.dll"; exit 1; }
ls include/bitwarden_c.lib || { echo "Missing bitwarden_c.lib"; exit 1; }
fi
rmdir include/release
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
run: |
mkdir build
cd build
export DTARGET="include/bitwarden_c.dll"
export DTARGET="include/bitwarden_c.lib"
cmake .. -DTARGET=$DTARGET -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
cmake --build .
shell: bash
Expand Down

0 comments on commit 320993d

Please sign in to comment.