Skip to content

Commit c562591

Browse files
authored
Fix native install-dependencies.sh ref (#44686)
1 parent 8b91924 commit c562591

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eng/common/native/install-dependencies.sh

100644100755
File mode changed.

eng/pipelines/templates/jobs/vmr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
- ${{ else }}:
301301
- ${{ if eq(parameters.targetOS, 'osx') }}:
302302
- script: |
303-
$(sourcesPath)/src/runtime/eng/install-native-dependencies.sh osx
303+
$(sourcesPath)/eng/common/native/install-dependencies.sh osx
304304
displayName: Install dependencies
305305
- ${{ if eq(parameters.buildSourceOnly, 'true') }}:
306306
- script: |

0 commit comments

Comments
 (0)