This commit is contained in:
dan63047 2024-01-02 01:26:12 +03:00
parent dc02c2d279
commit b6cee5c55e
1 changed files with 2 additions and 0 deletions

View File

@ -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: Install Ninja
run: sudo apt-get --assume-yes install python-software-properties
- name: Build artifacts - name: Build artifacts
env: env:
CMAKE_MAKE_PROGRAM: Ninja CMAKE_MAKE_PROGRAM: Ninja