ci: take flutter from submodule
Some checks failed
/ build (push) Failing after 2m6s

This commit is contained in:
Matyáš Caras 2024-07-17 20:59:58 +02:00
parent 7580e97569
commit 803e36c7e5
Signed by: hernik
GPG key ID: 2A3175F98820C5C6

View file

@ -19,9 +19,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install dependencies
run: |
export PATH=$PATH:$PWD/.flutter/bin
flutter pub get
- name: Run tests