From 41f849eba9dee6ba7ff55141bc6bc9e81cbc90d7 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Tue, 18 Jun 2024 12:47:43 +0100 Subject: [PATCH] feat: update builder to 1.0.26 with sanitizers support --- .github/actions/build-llvm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-llvm/action.yml b/.github/actions/build-llvm/action.yml index 4fda803..afd2448 100644 --- a/.github/actions/build-llvm/action.yml +++ b/.github/actions/build-llvm/action.yml @@ -35,7 +35,7 @@ inputs: llvm-builder-version: description: 'Version of the LLVM builder to use.' required: false - default: '1.0.25' + default: '1.0.26' ccache-key: description: 'Github Actions cache key for CCache.' required: false