From 4705c354d9bfa1728fed03dbfe3d14c66ce4b25e Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 9 Jan 2025 13:27:46 -0300 Subject: [PATCH] chore: remove unecessary dependency Signed-off-by: Vitor Mattos --- .github/workflows/behat-mariadb.yml | 2 +- .github/workflows/behat-mysql.yml | 2 +- .github/workflows/behat-pgsql.yml | 2 +- .github/workflows/behat-sqlite.yml | 2 +- .github/workflows/phpunit-mariadb.yml | 2 +- .github/workflows/phpunit-mysql.yml | 2 +- .github/workflows/phpunit-pgsql.yml | 2 +- .github/workflows/phpunit-sqlite.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/behat-mariadb.yml b/.github/workflows/behat-mariadb.yml index 4fa097b7db..1223683490 100644 --- a/.github/workflows/behat-mariadb.yml +++ b/.github/workflows/behat-mariadb.yml @@ -69,7 +69,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/behat-mysql.yml b/.github/workflows/behat-mysql.yml index b7e2b9e9e9..3a7291bd9d 100644 --- a/.github/workflows/behat-mysql.yml +++ b/.github/workflows/behat-mysql.yml @@ -69,7 +69,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/behat-pgsql.yml b/.github/workflows/behat-pgsql.yml index bec05c224b..580e0ef586 100644 --- a/.github/workflows/behat-pgsql.yml +++ b/.github/workflows/behat-pgsql.yml @@ -70,7 +70,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/behat-sqlite.yml b/.github/workflows/behat-sqlite.yml index 039f00893e..e403b06996 100644 --- a/.github/workflows/behat-sqlite.yml +++ b/.github/workflows/behat-sqlite.yml @@ -61,7 +61,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index db3b6ab774..582d7813bf 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -88,7 +88,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 3ab5a41e0a..3778b81971 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -88,7 +88,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index abae5ed851..6609a325e1 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -89,7 +89,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 76d56003b7..27127cfafc 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -79,7 +79,7 @@ jobs: echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV - name: Install system dependencies - run: sudo apt install texlive poppler-utils + run: sudo apt install poppler-utils - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7