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 Apr 30, 2022
1 parent 02e0c17 commit fda62bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-asan.yml
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 fda62bf

Please sign in to comment.