Skip to content

Commit 58a09b8

Browse files
committed
For linux action add libncurses5-dev
1 parent 2ec278c commit 58a09b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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
13+
linux_pre_build_command: apt-get update && apt-get install -y libsqlite3-dev libncurses5-dev
1414
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1515
soundness:
1616
name: Soundness

0 commit comments

Comments
 (0)