Skip to content

Commit

Permalink
updating linux deps in sentry.yml workflow (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh authored Nov 15, 2024
1 parent e6d8e75 commit 0b2f154
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/sentry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@ jobs:
if: matrix.platform == 'ubuntu-24.04'
run: |
sudo apt-get update
sudo apt-get install -y \
libgtk-3-dev \
webkit2gtk-4.0 \
libappindicator3-dev \
libayatana-appindicator3-dev \
librsvg2-dev \
patchelf
sudo apt install \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
# Setup arch targets - linux
- name: setup arch target - linux
if: ${{startsWith(matrix.platform, 'ubuntu')}}
Expand Down

0 comments on commit 0b2f154

Please sign in to comment.