ok maybe now

This commit is contained in:
dan63047 2024-01-02 01:00:14 +03:00
parent cb8f9df7ec
commit 6c176bd804
1 changed files with 1 additions and 1 deletions

View File

@ -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