Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oschonrock/hibp
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 18, 2024
2 parents 249132c + 5db13c1 commit 2988328
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mxxruexternals
cd ../..
- name: select compiler
- name: select compiler and configure with cmake
run: |
if [ "${{ matrix.compiler }}" == "gcc" ]; then
export CC=gcc
Expand All @@ -40,9 +40,6 @@ jobs:
export CC=clang
export CXX=clang++
fi
- name: configure with cmake
run: |
cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=debug -DNOPCH=ON -DBINFUSE_TEST=OFF -DHIBP_TEST=ON
- name: build with cmake
Expand Down

0 comments on commit 2988328

Please sign in to comment.