Skip to content

Commit

Permalink
Update cxx11-ubuntu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 authored Jul 18, 2024
1 parent 1e27f51 commit 634df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cxx11-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
mkdir _build && cd _build
cmake ../ -DENABLE_STDCXX_SYNC=ON -DENABLE_ENCRYPTION=ON -DENABLE_UNITTESTS=ON -DENABLE_BONDING=ON -DENABLE_TESTING=ON -DENABLE_EXAMPLES=ON -DENABLE_CODE_COVERAGE=ON \
-DCMAKE_CXX_FLAGS='-fsanitize=threads' \
-DCMAKE_CXX_FLAGS='-fsanitize=thread' \
- name: build
run: cd _build && build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build .
- name: test
Expand Down

0 comments on commit 634df8a

Please sign in to comment.