Remove change to VSCode extension

This commit is contained in:
Adam Gastineau 2025-01-08 06:32:54 -08:00
parent 49d2f3a446
commit 6c49741680

View file

@ -170,13 +170,6 @@ 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