Skip to content

Commit

Permalink
build: use Clang 12 for test-asan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Mar 30, 2022
1 parent 33cbdb3 commit ab377aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
CC: clang
CXX: clang++
LINK: clang++
CC: clang-12
CXX: clang++-12
LINK: clang++-12
CONFIG_FLAGS: --enable-asan
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ab377aa

Please sign in to comment.