Skip to content

Conversation

@joris-gallot
Copy link
Contributor

Description

This PR fixes a small issue in the documentation for setting up Tauri dependencies on Ubuntu in GitHub Actions

Problem
The apt-get install -y line in the example was split across multiple lines without backslashes, causing each package name to be interpreted as a separate shell command. This led to errors like:

line 3: libwebkit2gtk-4.1-dev: command not found

Fix
Updated the snippet to install all required packages using backslashes for line continuation

@joris-gallot joris-gallot requested a review from a team as a code owner August 30, 2025 15:28
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Aug 30, 2025
@netlify
Copy link

netlify bot commented Aug 30, 2025

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 2a93c28
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/68b318b35ff1f000087cd9bf
😎 Deploy Preview https://deploy-preview-3482--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@FabianLars FabianLars merged commit 763fc86 into tauri-apps:v2 Aug 30, 2025
14 checks passed
@github-project-automation github-project-automation bot moved this from 🪵 Backlog to ✅ Done in Documentation Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants