From dedcfe8c31bd3581a8c93d0a4febbd5ad2d5757d Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Fri, 4 Feb 2022 17:54:24 +0100 Subject: [PATCH] Actions: remove installing inkscape as its not needed --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7959344..d2a333e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,6 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Install Inkscape - run: sudo apt install inkscape - - name: Check SVG validity run: | # Enables globstar to recursively go through folders