Skip to content

Commit 31b4036

Browse files
ci: failing CI test due to missing file permissions (#766)
1 parent d80ca58 commit 31b4036

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
uses: subosito/flutter-action@v2
4747
with:
4848
cache: true
49+
- name: Set file permissions
50+
run: chmod +x tools/flutter-dependencies.sh
4951
- name: Install dependencies
5052
run: |
5153
echo "publish_to: none" >> packages/flutter/pubspec.yaml
@@ -79,6 +81,8 @@ jobs:
7981
uses: subosito/flutter-action@v2
8082
with:
8183
cache: true
84+
- name: Set file permissions
85+
run: chmod +x tools/flutter-dependencies.sh
8286
- name: Install dependencies
8387
run: tools/flutter-dependencies.sh
8488
- name: Run tests

0 commit comments

Comments
 (0)