Skip to content

Commit

Permalink
we don't need libtextcat, so removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed May 3, 2024
1 parent 0f07a3e commit 9a84a38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ticcltools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: notification
strategy:
matrix:
os: [ubuntu-latest, macos-13] # macos-14 doesn't supply libtextcat
os: [ubuntu-latest, macos-14]
compiler: [g++, clang++]

steps:
Expand All @@ -66,13 +66,12 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]
then
sudo apt-get install libicu-dev libxml2-dev libbz2-dev
sudo apt-get install zlib1g-dev libexttextcat-dev
sudo apt-get install zlib1g-dev
sudo apt-get install cppcheck
else
brew install libxml2
brew install bzip2
brew install zlib
brew install libtextcat
brew install cppcheck
fi
- name: Configure CppCheck
Expand Down

0 comments on commit 9a84a38

Please sign in to comment.