We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9227bd5 commit 2aa6ef6Copy full SHA for 2aa6ef6
.github/workflows/dart.yaml
@@ -82,7 +82,7 @@ jobs:
82
if: ${{ matrix.sdk == 'stable' }}
83
84
- name: Install native toolchains
85
- run: sudo apt-get update && sudo apt-get install clang-14 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
86
if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu' }}
87
88
- run: dart test
0 commit comments