Try fix xdg-mime missing on ARM

This commit is contained in:
Gregory Schier
2025-11-27 14:10:13 -08:00
parent 2e7749a883
commit 0149355d66

View File

@@ -53,7 +53,7 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu-') # This matches any Ubuntu platform
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
- name: Install Protoc for plugin-runtime
uses: arduino/setup-protoc@v3