Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 9, 2024
1 parent 3cbec04 commit 61e027c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -27,11 +27,11 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable

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

- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
Expand Down

0 comments on commit 61e027c

Please sign in to comment.