Skip to content

Commit

Permalink
added sysctl -w kernel.unprivileged_userns_clone=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Dec 5, 2019
1 parent c63f697 commit b424115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x]

steps:
Expand Down Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Install puppeteer deps on Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install build-essential gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
sudo sysctl -w kernel.unprivileged_userns_clone=1
- name: player-e2e-test
run: npm run test:e2e:player
env:
Expand Down

0 comments on commit b424115

Please sign in to comment.