mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-10 03:19:35 +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:
|
with:
|
||||||
flutter-channel: stable
|
flutter-channel: stable
|
||||||
java-version: 17
|
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
|
- name: setup fastforge
|
||||||
run: |
|
run: |
|
||||||
dart pub global activate fastforge
|
dart pub global activate fastforge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue