From e5263d716312ebf13b46fc886ffbd09f96106864 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 26 Mar 2022 21:48:14 +0500 Subject: [PATCH] CI: switch ASAN builds to clang --- .github/workflows/linux_test_asan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_test_asan.yml b/.github/workflows/linux_test_asan.yml index 9027024..d6fc1e8 100644 --- a/.github/workflows/linux_test_asan.yml +++ b/.github/workflows/linux_test_asan.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - compiler: [gcc] + compiler: [clang] runs-on: ${{ matrix.os }} continue-on-error: false env: