Skip to content

Commit b48b311

Browse files
committed
💚 Build executable without sandbox
1 parent 3de7c9d commit b48b311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build
18-
run: swift build -v -c release --arch arm64 --arch x86_64
18+
run: swift build -v --disable-sandbox -c release --arch arm64 --arch x86_64
1919
- name: Make executable
2020
run: chmod +x .build/apple/Products/Release/swift-changelog-parser
2121
- name: Get current date

0 commit comments

Comments
 (0)