Skip to content

Commit 69f6291

Browse files
committed
fix(build): enable xwidgets on ns build
1 parent ba5ef34 commit 69f6291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emacsng.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: macos-11
2525
git_ref: master
2626
git_sha: ${{ github.event.inputs.git_sha }}
27-
build_args: --native-comp
27+
build_args: --native-comp --xwidgets
2828
secrets:
2929
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
3030
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)