Skip to content

Commit 6655884

Browse files
committed
ci: Fix liblcms2 dep
1 parent c6f2818 commit 6655884

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ jobs:
5252
# JPEG-XL hack since 24.04 is too old
5353
sudo apt-get install -y \
5454
libgif7 \
55+
liblcms2-dev \
5556
wget
5657
wget https://github.com/Taiko2k/Tauon/releases/download/Extras/libjxl-dev_0.10.3-4ubuntu1_amd64.deb
5758
wget https://github.com/Taiko2k/Tauon/releases/download/Extras/libjxl0.10_0.10.3-4ubuntu1_amd64.deb
5859
wget https://github.com/Taiko2k/Tauon/releases/download/Extras/libhwy-dev_1.2.0-3ubuntu2_amd64.deb
5960
wget https://github.com/Taiko2k/Tauon/releases/download/Extras/libhwy1t64_1.2.0-3ubuntu2_amd64.deb
60-
wget https://github.com/Taiko2k/Tauon/releases/download/Extras/liblcms2-dev_2.14-2build1_amd64.deb
6161
curl -L -o lrclib-solver https://github.com/Taiko2k/Tauon/releases/download/Extras/lrclib-solver-linux
6262
sudo dpkg -i *.deb
63+
# wget https://github.com/Taiko2k/Tauon/releases/download/Extras/liblcms2-dev_2.14-2build1_amd64.deb
6364

6465
- name: Install Python dependencies and setup venv
6566
run: |

0 commit comments

Comments
 (0)