From bbb30188b075d58559bdec8300173a9f162803a9 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Fri, 15 Sep 2023 08:25:58 +0200 Subject: [PATCH] Bump to clang 15 --- .github/workflows/dart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yaml b/.github/workflows/dart.yaml index e2667350c..189994fff 100644 --- a/.github/workflows/dart.yaml +++ b/.github/workflows/dart.yaml @@ -82,7 +82,7 @@ jobs: if: ${{ matrix.sdk == 'stable' }} - name: Install native toolchains - run: sudo add-apt-repository 'deb http://apt.llvm.org/unstable/ llvm-toolchain-16 main' && sudo apt-get update && sudo apt-get install clang-16 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf + run: sudo apt-get update && sudo apt-get install clang-15 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu' }} - run: dart test