Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 authored Jul 16, 2023
1 parent d46eaca commit ff9df2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.inkscape-version == 'TRUNK' }}
run: |
sudo apt-get -y install inkscape-trunk umockdev
- name: 🐧 install Inkex standalone & umockdev
if: ${{ matrix.os == 'ubuntu-latest' && startsWith(matrix.inkscape-version, 'inkex') }}
run: |
sudo apt-get -y install umockdev
pip install ${{ matrix.inkscape-version }}
- name: 🍏 install Inkscape
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand All @@ -64,11 +69,6 @@ jobs:
if: ${{ matrix.os == 'windows-latest' && matrix.inkscape-version == '1.2' }}
run: |
choco install -y inkscape
- name: install Inkex
if: ${{ startsWith(matrix.inkscape-version, 'inkex') }}
run: |
sudo apt-get -y install umockdev
pip install ${{ matrix.inkscape-version }}
- name: inkscape version
run: |
inkscape --version || echo "inkscape not found"
Expand Down

0 comments on commit ff9df2f

Please sign in to comment.