Skip to content

Commit 8b1e548

Browse files
committed
fix(reusable-build-app.yml): include mitmproxy_macos module for "Build Executable" step on macOS
1 parent ae4e97a commit 8b1e548

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reusable-build-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
include-module: |
144144
logging.config
145145
${{ (matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-24.04-arm') && 'mitmproxy_linux' || '' }}
146+
${{ (matrix.os == 'macos-latest' || matrix.os == 'macos-15-intel') && 'mitmproxy_macos' || '' }}
146147
nofollow-import-to: |
147148
sqlalchemy.dialects.oracle
148149
sqlalchemy.dialects.mssql

0 commit comments

Comments
 (0)