Skip to content

Commit ffcdfa1

Browse files
committed
conditional apt-get
1 parent a6c2900 commit ffcdfa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
uses: actions/checkout@v5
257257

258258
- name: Install Ghostscript
259+
if: ${{ matrix.os == 'ubuntu-22.04' || matrix.os == '' }}
259260
run: |
260261
sudo apt-get update
261262
sudo apt-get install ghostscript -y

0 commit comments

Comments
 (0)