Skip to content

Commit

Permalink
ci: Create flutter_engine folder so tar doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent ea635d2 commit 8cddb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Download flutter engine
run: |
wget --no-verbose https://github.com/ardera/flutter-ci/releases/download/engine%2Fa794cf2681c6c9fe7b260e0e84de96298dc9c18b/x64-generic.tar.xz
mkdir flutter_engine
tar xvf x64-generic.tar.xz -C flutter_engine
cd flutter_engine
mkdir dbg rel
Expand Down

0 comments on commit 8cddb5c

Please sign in to comment.