1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Try alternative icu name.

This commit is contained in:
Thomas Harte
2025-11-29 22:13:18 -05:00
parent c6a1c571e7
commit f87be822d3
+1 -1
View File
@@ -135,6 +135,6 @@ jobs:
working-directory: OSBindings/Qt
shell: bash
run: |
sudo apt-get install icu
sudo apt-get install libicu
qmake -o Makefile clksignal.pro
make