Skip to content

Commit

Permalink
try fixing build job
Browse files Browse the repository at this point in the history
  • Loading branch information
MnlPhlp committed Dec 18, 2024
1 parent 337f324 commit 418a3f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install tauri dependencies
run: sudo apt-get update && sudo apt-get install -y apt install libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
file \
run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.1-dev \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
Expand Down

0 comments on commit 418a3f4

Please sign in to comment.