Skip to content

Commit

Permalink
libicu66
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 26, 2024
1 parent d216e5d commit f98d892
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ jobs:
run: sudo apt-get install valgrind texlive-latex-base


- name: Install apt packages (Linux)
- name: Install libicu66
run: |
sudo apt-get install -y libglpk40 libicu66
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2_amd64.deb
sudo apt-get update
sudo dpkg -i http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2_amd64.deb
- name: Query dependencies
run: |
Expand Down

0 comments on commit f98d892

Please sign in to comment.