Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimerErTim committed Oct 14, 2022
1 parent 7f7fcb9 commit 98f85a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-20.04, windows-latest ]

runs-on: ${{ matrix.platform }}
steps:
- name: Checkout repository
Expand All @@ -44,7 +45,7 @@ jobs:
cache-on-failure: true

- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
Expand Down

0 comments on commit 98f85a0

Please sign in to comment.