Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c61739 commit b4bcefeCopy full SHA for b4bcefe
1 file changed
.azure-pipelines/posix-steps.yml
@@ -10,6 +10,10 @@ steps:
10
clean: true
11
fetchDepth: 5
12
13
+# Work around a known issue affecting Ubuntu VMs on Pipelines
14
+- script: sudo setfacl -Rb /home/vsts
15
+ displayName: 'Workaround ACL issue'
16
+
17
- script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependencies }}.sh $(openssl_version)
18
displayName: 'Install dependencies'
19
0 commit comments