👷 On GitHub CI runs unprivileged

This commit is contained in:
Renato Alves
2025-11-13 18:49:09 +01:00
parent e1c72d4684
commit e75308a3f2

View File

@@ -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: |