File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88jobs :
99 windows :
1010 name : windows
11- runs-on : windows-latest
11+ runs-on : windows-2019
1212 steps :
1313 - uses : actions/checkout@v4
1414 - uses : subosito/flutter-action@v2
3333 sudo apt-get update
3434 sudo apt-get install -y gcc-aarch64-linux-gnu \
3535 gcc-arm-linux-gnueabihf gcc-i686-linux-gnu \
36- gcc-riscv64-linux-gnu ninja-build
36+ gcc-riscv64-linux-gnu ninja-build pkg-config \
37+ libgtk-3-dev liblzma-dev \
38+ libstdc++-12-dev
3739 - uses : subosito/flutter-action@v2
3840 with :
3941 channel : " master"
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ Future<Uri> buildLib(
132132 name: name,
133133 sourceDir: Directory ('test/builder/testfiles/add' ).uri,
134134 buildMode: BuildMode .release,
135+ generator: Generator .ninja,
135136 );
136137 await cbuilder.run (
137138 input: buildInput,
You can’t perform that action at this time.
0 commit comments