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 aa8db7c commit 9688b0dCopy full SHA for 9688b0d
.github/workflows/native.yaml
@@ -107,7 +107,7 @@ jobs:
107
run: sudo apt-get update && sudo apt-get install clang-15 gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-riscv64-linux-gnu
108
if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu' }}
109
110
- - run: dart test
+ - run: dart --enable-experiment=native-assets test
111
if: ${{ matrix.sdk == 'stable' }}
112
113
- run: dart --enable-experiment=native-assets test
0 commit comments