From e75308a3f2aa9291ad634596c43d52a107aa225c Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 13 Nov 2025 18:49:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20On=20GitHub=20CI=20runs=20unpriv?= =?UTF-8?q?ileged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02149e6..8fe69ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,8 +86,8 @@ jobs: startsWith(matrix.nss-source, 'NSS') && matrix.os == 'ubuntu' ) run: | - echo "${{ github.workspace }}/dist/Release/lib" > /etc/ld.so.conf.d/nss-libs.conf - ldconfig + echo "${{ github.workspace }}/dist/Release/lib" | sudo tee /etc/ld.so.conf.d/nss-libs.conf + sudo ldconfig - name: Run tests run: |