Skip to content

Commit

Permalink
remove ls that was used for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent e45cfd6 commit 366363f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
if: runner.os == 'macOS' || runner.os == 'Linux'
run: |
mv include/release/* include/
ls -hal include # debug missing bitwarden-c files
if [[ '${{ runner.os }}' == 'macOS' ]]; then
export DNLOHMANN_PATH=/usr/local/opt/nlohmann-json
export DBOOST_PATH=/usr/local/opt/boost
Expand All @@ -145,7 +144,6 @@ jobs:
NLOHMANN_JSON_INCLUDE_DIR: C:\vcpkg\installed\x64-windows\include\nlohmann-json
run: |
mv include/release/* include/
ls -hal include # debug missing bitwarden-c files
mkdir build
cd build
$DNLOHMANN_PATH="C:\vcpkg\installed\x64-windows\include\nlohmann-json"
Expand Down

0 comments on commit 366363f

Please sign in to comment.