We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac69e13 commit 2ec278cCopy full SHA for 2ec278c
.github/workflows/pull_request.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
with:
12
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
14
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
15
soundness:
16
name: Soundness
0 commit comments