Fix VSCode extension

This commit is contained in:
Adam Gastineau 2025-01-08 05:57:02 -08:00
parent f44017c6cd
commit 49d2f3a446
2 changed files with 8 additions and 1 deletions

View file

@ -36,7 +36,7 @@ runs:
with:
node-version: ${{ inputs.node-version }}
- uses: ./.github/actions/enable-microphone-access
- name: Setup Ubuntu Electron
- name: Setup Ubuntu Binary Installation
if: ${{ runner.os == 'Linux' }}
run: |
if grep -q "Ubuntu 24" /etc/os-release; then

View file

@ -170,6 +170,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup Ubuntu Binary Installation
if: ${{ runner.os == 'Linux' }}
run: |
if grep -q "Ubuntu 24" /etc/os-release; then
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
fi
shell: bash
- run: npm ci
env:
DEBUG: pw:install