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 Nov 30, 2021
1 parent 79731df commit 6ba702e
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 @@ -34,9 +34,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@v2
Expand Down

0 comments on commit 6ba702e

Please sign in to comment.