Skip to content

Commit e75308a

Browse files
committed
👷 On GitHub CI runs unprivileged
1 parent e1c72d4 commit e75308a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
startsWith(matrix.nss-source, 'NSS') && matrix.os == 'ubuntu'
8787
)
8888
run: |
89-
echo "${{ github.workspace }}/dist/Release/lib" > /etc/ld.so.conf.d/nss-libs.conf
90-
ldconfig
89+
echo "${{ github.workspace }}/dist/Release/lib" | sudo tee /etc/ld.so.conf.d/nss-libs.conf
90+
sudo ldconfig
9191
9292
- name: Run tests
9393
run: |

0 commit comments

Comments
 (0)