Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 4, 2024
1 parent 1091107 commit a923e2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,9 @@ jobs:
if: runner.os == 'Windows'
working-directory: languages/cpp
run: |
set DNLOHMANN_PATH=C:\Users\runneradmin\miniconda3\envs\conda-env\nlohmann_json
set DBOOST_PATH=C:\Users\runneradmin\miniconda3\envs\conda-env\boost
mkdir build
cd build
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=include/libbitwarden_c.dll
cmake .. -DNLOHMANN=C:\Users\runneradmin\miniconda3\envs\conda-env\nlohmann_json -DBOOST=C:\Users\runneradmin\miniconda3\envs\conda-env\boost -DTARGET=include/libbitwarden_c.dll
cmake --build .
- name: Upload C++ package for ${{ matrix.settings.target }}
Expand Down

0 comments on commit a923e2b

Please sign in to comment.