Inflection-120 Update ICU version in versions.mk to 77.1#119
Inflection-120 Update ICU version in versions.mk to 77.1#119FrankYFTang merged 4 commits intomainfrom
Conversation
|
so simply specified the version number is not enough, we need to change the folloiwng line in .github/workflows/cmake-multi-platform.yml to install 77.1 One possible way is to wget the tar ball and unzip from github as to set up |
grhoten
left a comment
There was a problem hiding this comment.
I approve in principle. Please get the pipeline passing before merging. I suspect that the ICU_ROOT is missing the "local" part of the path. The PATH and LD_LIBRARY_PATH should not be necessary to change.
| pushd $TMP | ||
| tar xvfz *.tgz | ||
| rm *.tgz | ||
| ls -l icu/usr/local/lib |
There was a problem hiding this comment.
We probably don't need this line.
* Update versions.mk * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml * Update cmake-multi-platform.yml
Address #120