mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-23 19:39:30 +00:00
Add installation of Linux dependencies for Flutter test workflow
This commit is contained in:
parent
8a919a5d60
commit
104ac1fb5b
1 changed files with 5 additions and 0 deletions
5
.github/workflows/flutter_test.yaml
vendored
5
.github/workflows/flutter_test.yaml
vendored
|
|
@ -99,6 +99,11 @@ jobs:
|
|||
with:
|
||||
flutter-channel: stable
|
||||
java-version: 17
|
||||
- name: Install Linux dependencies
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
|
||||
shell: bash
|
||||
- name: setup fastforge
|
||||
run: |
|
||||
dart pub global activate fastforge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue