Skip to content

Commit 3fcd62b

Browse files
authored
Fix macos debug build (#380)
* fix macos debug build * wip
1 parent 43005a5 commit 3fcd62b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
with:
7070
channel: 'stable'
7171
- run: flutter pub get
72+
- name: Disable macOS code signing
73+
run: |
74+
echo "CODE_SIGNING_ALLOWED=NO" >> macos/Runner/Configs/Debug.xcconfig
75+
echo "CODE_SIGNING_REQUIRED=NO" >> macos/Runner/Configs/Debug.xcconfig
76+
echo "CODE_SIGN_IDENTITY=" >> macos/Runner/Configs/Debug.xcconfig
7277
- run: flutter build macos --debug
7378
- uses: actions/upload-artifact@v7
7479
with:

0 commit comments

Comments
 (0)