mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
👷 On GitHub CI runs unprivileged
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user