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 2dd4268
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +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 \
libxdo-dev \
libssl-dev \
libayatana-appindicator3-dev \
librsvg2-dev
run: sudo apt-get update && sudo apt-get install -y libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 2dd4268

Please sign in to comment.