Skip to content

Commit 40d2eef

Browse files
committed
Install libarchive before documentation check
1 parent 5c7be85 commit 40d2eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
run: chmod u+x post-install.sh && ./post-install.sh
133133
- name: Display swift version
134134
run: swift --version
135+
- name: Install libarchive
136+
run: CC=clang swiftly run ./scripts/install-libarchive.sh
135137
- name: Generate Swiftly CLI Reference and Check for Differences
136138
run: swift package plugin --allow-writing-to-package-directory generate-docs-reference && git config --global --add safe.directory $(pwd) && git diff --exit-code Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md || (echo "The documentation hasn't been updated with the latest swiftly command-line reference. Please run 'swift package plugin generate-docs-reference' and commit/push the changes."; exit 1)
137139
- name: Generate Documentation Set

0 commit comments

Comments
 (0)