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 39676ac commit 0c46b23Copy full SHA for 0c46b23
.github/actions/install-packages/action.yml
@@ -7,4 +7,4 @@ runs:
7
shell: bash
8
run: |
9
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
+ 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