Skip to content

Commit f308c30

Browse files
committed
fix: file name too long
1 parent eb9037a commit f308c30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/flutter_integration_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ runs:
8080
name: ${{ github.run_id }}-${{ inputs.os }}
8181

8282
- name: Uncompressed appflowy_flutter
83-
run: tar -xf appflowy_flutter.tar.gz
83+
run: tar --dereference -xf appflowy_flutter.tar.gz
8484
shell: bash
8585

8686
- name: Run Flutter integration tests

.github/workflows/flutter_ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
os: [macos-latest]
105105
include:
106106
- os: macos-latest
107-
flutter_profile: development-mac-x86_64
108-
target: x86_64-apple-darwin
107+
flutter_profile: development-mac-arm64
108+
target: aarch64-apple-darwin
109109
runs-on: ${{ matrix.os }}
110110

111111
steps:
@@ -401,7 +401,7 @@ jobs:
401401
test_number: [1, 2, 3, 4, 5, 6, 7, 8, 9]
402402
include:
403403
- os: macos-latest
404-
target: "x86_64-apple-darwin"
404+
target: "aarch64-apple-darwin"
405405
runs-on: ${{ matrix.os }}
406406
steps:
407407
- name: Checkout source code

0 commit comments

Comments
 (0)