From 88c3f0556c446ba7f2a1e3d961b4cebae3be469f Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Fri, 8 Dec 2023 22:18:16 +0200 Subject: [PATCH] use unsafe-perm on arm64 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b1286f7..f059f8cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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