From d80cdf30542935a18541a6fddea02ce5a2113bd9 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 19 Feb 2023 09:26:57 +0100 Subject: [PATCH] CI: Install llvm-symbolizer before running address sanitizer --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02de5e55..533f2553 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -139,6 +139,7 @@ jobs: with: submodules: true - run: rustup update && rustup override set nightly + - run: sudo apt install -y llvm - uses: Swatinem/rust-cache@v2 - run: cargo test --tests --target x86_64-unknown-linux-gnu --workspace --exclude pyoxigraph --exclude oxigraph_testsuite --exclude oxigraph_server env: