ok maybe that helps
This commit is contained in:
parent
be1f8e451d
commit
8d24195d29
|
@ -51,8 +51,8 @@ jobs:
|
||||||
flutter-version: '3.16.5'
|
flutter-version: '3.16.5'
|
||||||
- name: Install project dependencies
|
- name: Install project dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
- name: Install Ninja
|
- name: Setup Ninja
|
||||||
run: sudo apt-get --assume-yes install ninja
|
uses: ashutoshvarma/setup-ninja@master
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
env:
|
env:
|
||||||
CMAKE_MAKE_PROGRAM: Ninja
|
CMAKE_MAKE_PROGRAM: Ninja
|
||||||
|
|
Loading…
Reference in New Issue