Skip to content

Commit

Permalink
Update linux-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Jul 22, 2024
1 parent 36e2ca7 commit dffdeb6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
cache: gradle

- name: Flutter action
run: wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.5-stable.tar.xz & tar -xf flutter_linux_3.0.5-stable.tar.xz -C /usr/bin/

- name: Add Flutter to Path
run: echo 'export PATH="/usr/bin/flutter/bin:$PATH"' >> ~/.bash_profile

run: wget https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.5-stable.tar.xz
- run: tar -xf flutter_linux_3.0.5-stable.tar.xz -C /usr/bin/
- run: export PATH="/usr/bin/flutter/bin:$PATH"
- name: Test Installation
run: flutter doctor -v

Expand Down

0 comments on commit dffdeb6

Please sign in to comment.