Skip to content

Commit 0366e59

Browse files
committed
Add locales locales-all libsqlite3-dev to the GitHub Actions
1 parent b5ab5a2 commit 0366e59

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
@@ -8,6 +8,8 @@ jobs:
88
tests:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
with:
12+
linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
1113
soundness:
1214
name: Soundness
1315
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)