Skip to content

Commit 2ec278c

Browse files
committed
Add libsqlite3-dev to the pre build command
1 parent ac69e13 commit 2ec278c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13+
linux_pre_build_command: apt-get update && apt-get install -y libsqlite3-dev
1314
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1415
soundness:
1516
name: Soundness

0 commit comments

Comments
 (0)