We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac48e commit efafeabCopy full SHA for efafeab
1 file changed
.github/workflows/flutter_build.yml
@@ -16,11 +16,11 @@ jobs:
16
steps:
17
- name: Clone repository
18
uses: actions/checkout@v4
19
- with:
20
- submodules: true
21
- run: |
22
sudo apt-get update -y
23
sudo apt-get install -y ninja-build libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
+ - run: git submodule init
+ - run: git submodule update
24
- run: echo "$GITHUB_WORKSPACE/.flutter/bin/" >> "$GITHUB_PATH"
25
- run: flutter --disable-analytics
26
- run: flutter channel stable
0 commit comments