Skip to content

Commit

Permalink
use unsafe-perm on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 8, 2023
1 parent fa535ae commit 88c3f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install npm dependencies
run: npm ci
run: npm ci --unsafe-perm
- name: Test
run: npm run test

Expand Down

0 comments on commit 88c3f05

Please sign in to comment.