From cf7df92765892590e854d33fd90706d7197dc07a Mon Sep 17 00:00:00 2001 From: Evgeny Posenitskiy <45995097+q-posev@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:58:05 +0200 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1194e574..691c1bdb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -105,7 +105,7 @@ jobs: - name: reconfigure with clang and AddressSanitizer run: | ./autogen.sh - ./configure CC=clang-11 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules + ./configure CC=clang-15 CFLAGS="-O2 -fsanitize=address -fno-omit-frame-pointer" LDFLAGS="-fsanitize=address" --enable-silent-rules - name: recompile TREXIO run: make -j2