Skip to content

Commit

Permalink
Run full debug build for proper stacktraces. Disable clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent 9c9b903 commit a2375c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-24.04, compiler: clang-18 }
# - { os: ubuntu-24.04, compiler: clang-18 }
- { os: ubuntu-24.04, compiler: gcc-14 }
# - { os: macos-13, compiler: clang-14 }
# - { os: macos-14, compiler: armv8-clang-14 }
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: conan config
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
- name: conan install
run: conan install . --output-folder=build --build=never -s build_type=Release -s "&:build_type=Debug"
run: conan install . --output-folder=build --build=missing -s build_type=Debug

- name: cache
uses: actions/cache@v4
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-24.04, compiler: clang-18 }
# - { os: ubuntu-24.04, compiler: clang-18 }
- { os: ubuntu-24.04, compiler: gcc-14 }
# - { os: macos-13, compiler: clang-14 }
# - { os: macos-14, compiler: armv8-clang-14 }
Expand Down

0 comments on commit a2375c0

Please sign in to comment.