ok maybe now
This commit is contained in:
parent
cb8f9df7ec
commit
6c176bd804
|
@ -52,7 +52,7 @@ jobs:
|
|||
- name: Install project dependencies
|
||||
run: flutter pub get
|
||||
- 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
|
||||
run: flutter build linux --release
|
||||
- name: Archive Release
|
||||
|
|
Loading…
Reference in New Issue