okay
This commit is contained in:
parent
e1640e7b82
commit
cb8f9df7ec
|
@ -51,6 +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: Setup CMAKE_GENERATOR environment variable (I hope it's gonna work)
|
||||||
|
run: export CMAKE_GENERATOR=Ninja
|
||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
run: flutter build linux --release
|
run: flutter build linux --release
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
|
|
Loading…
Reference in New Issue