Skip to content

Commit

Permalink
Bump to clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Sep 15, 2023
1 parent 7ee67d7 commit bbb3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbb3018

Please sign in to comment.