(CI): update web build
This commit is contained in:
10
.github/workflows/dart.yml
vendored
10
.github/workflows/dart.yml
vendored
@@ -58,6 +58,16 @@ jobs:
|
||||
path: |
|
||||
${{ github.workspace }}/thermion_dart/.dart_tool/thermion_dart/log/build.log
|
||||
retention-days: 5
|
||||
- name: Setup CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.25.0' # or 'latest'
|
||||
- name: Setup Emscripten
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
with:
|
||||
version: '3.1.45' # or 'latest'
|
||||
- name: Compile web
|
||||
run: make wasm
|
||||
|
||||
flutter_examples:
|
||||
name: flutter_examples
|
||||
|
||||
Reference in New Issue
Block a user