Skip to content

Commit 7468a4f

Browse files
committed
Turn off the build sandbox for Windows releases.
1 parent ecdaf67 commit 7468a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: build
4040
run: |
41-
make LDFLAGS="-s -static" ack-setup.exe
41+
make LDFLAGS="-s -static" ack-setup.exe AB_SANDBOX=no
4242
4343
- name: date
4444
run: |

0 commit comments

Comments
 (0)