Skip to content

Commit 9688b0d

Browse files
committed
more workaround
1 parent aa8db7c commit 9688b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
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
108108
if: ${{ matrix.sdk == 'stable' && matrix.os == 'ubuntu' }}
109109

110-
- run: dart test
110+
- run: dart --enable-experiment=native-assets test
111111
if: ${{ matrix.sdk == 'stable' }}
112112

113113
- run: dart --enable-experiment=native-assets test

0 commit comments

Comments
 (0)