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 Sep 28, 2021
1 parent 2caa308 commit 4a57b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-asan.yml
Expand Up @@ -30,9 +30,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 4a57b14

Please sign in to comment.