Skip to content

Commit

Permalink
ci: ok now the check is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jan 28, 2024
1 parent b6ffbfc commit 48a95ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
settings:
# MacOS (Intel)
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
workspaces: ./packages/desktop

- name: Install dependencies (Ubuntu)
if: matrix.platform == 'ubuntu-22.04'
if: matrix.settings.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
Expand Down

0 comments on commit 48a95ea

Please sign in to comment.