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'
|
startsWith(matrix.nss-source, 'NSS') && matrix.os == 'ubuntu'
|
||||||
)
|
)
|
||||||
run: |
|
run: |
|
||||||
echo "${{ github.workspace }}/dist/Release/lib" > /etc/ld.so.conf.d/nss-libs.conf
|
echo "${{ github.workspace }}/dist/Release/lib" | sudo tee /etc/ld.so.conf.d/nss-libs.conf
|
||||||
ldconfig
|
sudo ldconfig
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user