Skip to content

Commit

Permalink
Refactored Github CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Nov 25, 2023
1 parent 82420b4 commit 2387ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-c++20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build
run: |
export CC=clang-17
export CXX=clang-17++
export CXX=clang++-17
export ASAN_OPTIONS=alloc_dealloc_mismatch=0,detect_leaks=0
cmake -D BUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON -DETL_CXX_STANDARD=20 ./
clang-17 --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-c++11.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gcc-c+11
name: gcc-c++11
on:
push:
branches: [ master, development, pull-request/* ]
Expand Down

0 comments on commit 2387ade

Please sign in to comment.