We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c72d4 commit e75308aCopy full SHA for e75308a
1 file changed
‎.github/workflows/main.yml‎
@@ -86,8 +86,8 @@ jobs:
86
startsWith(matrix.nss-source, 'NSS') && matrix.os == 'ubuntu'
87
)
88
run: |
89
- echo "${{ github.workspace }}/dist/Release/lib" > /etc/ld.so.conf.d/nss-libs.conf
90
- ldconfig
+ echo "${{ github.workspace }}/dist/Release/lib" | sudo tee /etc/ld.so.conf.d/nss-libs.conf
+ sudo ldconfig
91
92
- name: Run tests
93
0 commit comments