Skip to content

Commit

Permalink
removed dependency on libtar
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Jan 19, 2023
1 parent d38aa25 commit 6b4dfa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install libicu-dev libxml2-dev libbz2-dev
sudo apt-get install zlib1g-dev libtar-dev libexttextcat-dev
sudo apt-get install zlib1g-dev libexttextcat-dev
sudo apt-get install expect cppcheck
else
brew install libxml2
brew install bzip2
brew install zlib
brew install libtar
brew install libtextcat
brew install telnet
brew install cppcheck
Expand Down

0 comments on commit 6b4dfa1

Please sign in to comment.