Skip to content

Commit 07277de

Browse files
authored
Fix installing dependencies in vmr-build.yml (#44314)
1 parent 4e07737 commit 07277de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
timeoutInMinutes: ${{ variables.runTestsTimeout }}
299299
300300
- ${{ else }}:
301-
- ${{ if eq(variables['Agent.Os'], 'Darwin') }}:
301+
- ${{ if eq(parameters.targetOS, 'osx') }}:
302302
- script: |
303303
$(sourcesPath)/src/runtime/eng/install-native-dependencies.sh osx
304304
displayName: Install dependencies

0 commit comments

Comments
 (0)