Skip to content

Commit 878a5ac

Browse files
committed
dont install validation tools on mariner
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 1d87296 commit 878a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144144

145145
- name: Install PDF test dependencies
146-
if: matrix.hypervisor != 'whp'
146+
if: matrix.hypervisor == 'kvm'
147147
run: |
148148
sudo apt-get update -qq
149149
sudo apt-get install -y -qq poppler-utils qpdf fonts-dejavu-core

0 commit comments

Comments
 (0)