Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Narcha committed May 10, 2024
1 parent c11ac81 commit 83e0b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: install dependencies (ubuntu only)
if: matrix.platform == "ubuntu-latest"
if: matrix.platform == ubuntu-latest
run: |
sudo apt-get update
# For tauri v2, we need libwebkit2gtk-4.1. Remember to change this...
Expand Down

0 comments on commit 83e0b35

Please sign in to comment.