Skip to content

Commit 0c46b23

Browse files
authored
Fix x86 PG16 Debian packaging
Signed-off-by: Smitty <smitty@timescale.com>
1 parent 39676ac commit 0c46b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
77
shell: bash
88
run: |
99
sudo apt-get update
10-
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-14 llvm-14 llvm-14-dev llvm-14-runtime llvm-14-tools libopenblas-dev
10+
sudo apt-get install -y flex bison lcov systemd-coredump gdb libblas-dev libipc-run-perl libtest-most-perl clang-14 llvm-14 llvm-14-dev llvm-14-runtime llvm-14-tools libopenblas-dev libicu-dev

0 commit comments

Comments
 (0)