1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-10 04:13:44 +05:30

ci: fix missing xdg-open bin on arm runner

This commit is contained in:
2026-05-26 22:35:31 +05:30
Verified
parent dbf7985c8b
commit 1e06fcb14b
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
run: | run: |
sudo apt-get update 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: 📦 Setup node - name: 📦 Setup node
uses: actions/setup-node@v6 uses: actions/setup-node@v6