Skip to content

Commit 2a186b5

Browse files
committed
Turn the build sandbox off on Windows.
1 parent 333daff commit 2a186b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- name: build
5454
run: |
55-
make LDFLAGS="-s -static" ack-setup.exe
55+
make LDFLAGS="-s -static" ack-setup.exe AB_SANDBOX=no
5656
- name: upload setup
5757
uses: actions/upload-artifact@v4
5858
with:

0 commit comments

Comments
 (0)