mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
fix: Add --disable-sandbox to DocC workflow for SwiftLint plugin compatibility
The SwiftLint build plugin downloads a binary artifact that cannot execute inside the default sandbox on GitHub Actions macOS runners. Adding --disable-sandbox allows the prebuild plugin to run.
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Build DocC documentation
|
||||
run: |
|
||||
swift package --allow-writing-to-directory docs-output \
|
||||
swift package --disable-sandbox --allow-writing-to-directory docs-output \
|
||||
generate-documentation \
|
||||
--target TUIKit \
|
||||
--output-path docs-output \
|
||||
|
||||
Reference in New Issue
Block a user