diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2022-03-26 21:48:14 +0500 |
---|---|---|
committer | Ilya Shipitsin <chipitsine@gmail.com> | 2022-03-26 21:48:14 +0500 |
commit | e5263d716312ebf13b46fc886ffbd09f96106864 (patch) | |
tree | bac8ba04d35ea4124b91be58614ce6cb4ea40044 | |
parent | e19aafe22a2bf0beee4e29c71f1288d7fa362424 (diff) | |
download | portable-e5263d716312ebf13b46fc886ffbd09f96106864.tar.gz portable-e5263d716312ebf13b46fc886ffbd09f96106864.tar.bz2 portable-e5263d716312ebf13b46fc886ffbd09f96106864.zip |
CI: switch ASAN builds to clang
-rw-r--r-- | .github/workflows/linux_test_asan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [ubuntu-latest] | 9 | os: [ubuntu-latest] |
10 | compiler: [gcc] | 10 | compiler: [clang] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |
13 | env: | 13 | env: |