ok maybe now
This commit is contained in:
parent
cb8f9df7ec
commit
6c176bd804
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- 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)
|
- name: Setup CMAKE_GENERATOR environment variable (I hope it's gonna work)
|
||||||
run: export CMAKE_GENERATOR=Ninja
|
run: export CMAKE_GENERATOR=Ninja; exec bash -l
|
||||||
- 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