Skip to content

Commit 9c90dcf

Browse files
committed
fix azure-pipelines.yml
1 parent 2390d96 commit 9c90dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
workingDirectory: utility
2020
displayName: 'install LibreSSL'
2121
- script: |
22-
sudo ./install-oatpp-modules.sh
22+
sudo /bin/bash ./install-oatpp-modules.sh
2323
displayName: 'install oatpp modules'
2424
workingDirectory: utility
2525
- script: |

0 commit comments

Comments
 (0)