Skip to content

Commit 80d8057

Browse files
authored
Update linux_deploy_arm.yml
1 parent b9f0a4e commit 80d8057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_deploy_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Flutter
8383
run: |
8484
cd /opt
85-
git clone --branch v${{ env.FLUTTER_FVM_VERSION }} --single-branch https://github.com/flutter/flutter
85+
git clone --branch ${{ env.FLUTTER_FVM_VERSION }} --single-branch https://github.com/flutter/flutter
8686
8787
- name: Patch for linux build
8888
run: |

0 commit comments

Comments
 (0)