Skip to content

Commit efafeab

Browse files
committed
Check out full submodule, not just one commit
1 parent 3aac48e commit efafeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
steps:
1717
- name: Clone repository
1818
uses: actions/checkout@v4
19-
with:
20-
submodules: true
2119
- run: |
2220
sudo apt-get update -y
2321
sudo apt-get install -y ninja-build libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
22+
- run: git submodule init
23+
- run: git submodule update
2424
- run: echo "$GITHUB_WORKSPACE/.flutter/bin/" >> "$GITHUB_PATH"
2525
- run: flutter --disable-analytics
2626
- run: flutter channel stable

0 commit comments

Comments
 (0)