Skip to content

Commit 7993668

Browse files
committed
Fix azure-pipelines.yml
1 parent 31b3689 commit 7993668

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
@@ -15,7 +15,7 @@ jobs:
1515
clean: all
1616
steps:
1717
- script: |
18-
sudo ./install-oatpp-modules.sh
18+
sudo /bin/bash ./install-oatpp-modules.sh
1919
displayName: 'install oatpp modules'
2020
workingDirectory: utility
2121
- script: |

0 commit comments

Comments
 (0)