Remove unneeded dependency autoconf-archive from CI builds

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-05-16 07:45:12 +02:00
parent 19db25e5e5
commit 364431dbb9
6 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
brew install automake autoconf-archive
brew install autoconf automake
brew install leptonica
brew install cairo pango icu4c
brew install cabextract
@ -133,7 +133,7 @@ jobs:
- name: Install Dependencies
run: |
sudo port install autoconf autoconf-archive automake libtool pkgconfig
sudo port install autoconf automake libtool pkgconfig
sudo port install leptonica
sudo port install cairo pango
sudo port install icu +devel

View File

@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install autoconf-archive libleptonica-dev -y
sudo apt-get install autoconf libleptonica-dev -y
sudo apt-get install libicu-dev libpango1.0-dev libcairo2-dev -y
sudo apt-get install cabextract libarchive-dev -y
sudo apt-get install libcurl4-openssl-dev libcurl4 curl -y

View File

@ -50,7 +50,7 @@ jobs:
# sudo apt-get install libarchive-dev libcurl4-openssl-dev libcurl4 curl -y
- name: Install dependencies on Linux
run: |
sudo apt-get install autoconf-archive libleptonica-dev -y
sudo apt-get install autoconf libleptonica-dev -y
sudo apt-get install libicu-dev libpango1.0-dev libcairo2-dev -y
sudo apt-get install cabextract -y
sudo apt-get install ninja-build -y
@ -58,7 +58,7 @@ jobs:
- name: Install dependencies on macOS
run: |
brew install automake autoconf-archive
brew install autoconf automake
brew install leptonica
brew install cairo pango icu4c
brew install cabextract

View File

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install autoconf-archive libleptonica-dev libpango1.0-dev -y
sudo apt-get install autoconf libleptonica-dev libpango1.0-dev -y
sudo apt-get install cabextract -y
- name: Setup

View File

@ -23,7 +23,7 @@ jobs:
- name: Install dependencies (MacOS Homebrew)
run: |
brew install automake autoconf-archive libarchive
brew install autoconf automake libarchive
brew install leptonica cairo pango
brew install cabextract abseil

View File

@ -24,7 +24,7 @@ jobs:
- name: Install dependencies (Linux)
run: |
sudo apt-get install autoconf-archive libleptonica-dev libpango1.0-dev -y
sudo apt-get install autoconf libleptonica-dev libpango1.0-dev -y
sudo apt-get install cabextract -y
- name: Setup