Skip to content

Commit

Permalink
Fix install native deps script path
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Oct 31, 2024
1 parent 84ff2fd commit 28bdcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runner/Helpers/RuntimeHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git config --global user.name build
git switch {{{job.BaseBranch}}}
eng/install-native-dependencies.sh linux
eng/common/native/install-dependencies.sh linux
""");

await job.LogAsync($"Using runtime setup script:\n{script}");
Expand Down

0 comments on commit 28bdcf0

Please sign in to comment.