Fix VSCode extension
This commit is contained in:
parent
f44017c6cd
commit
49d2f3a446
2
.github/actions/run-test/action.yml
vendored
2
.github/actions/run-test/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
7
.github/workflows/tests_primary.yml
vendored
7
.github/workflows/tests_primary.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue