Skip to content

Commit 50129c9

Browse files
[CI] fix: bad relative ref to setup-feeds template (#28050)
### Description Fix `linux-wasm-ci.yml` setup-feed having a spurious `templates/` path prefix. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent daa74b4 commit 50129c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/ci_build/github/azure-pipelines/templates/linux-wasm-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ jobs:
8484
git submodule update --init --recursive
8585
workingDirectory: '$(Build.SourcesDirectory)'
8686
displayName: 'Checkout submodules'
87-
- template: templates/setup-feeds-and-python-steps.yml
87+
88+
- template: setup-feeds-and-python-steps.yml
8889
parameters:
8990
versionSpec: "3.12"
9091
architecture: $(buildArch)
92+
9193
- task: NodeTool@0
9294
inputs:
9395
versionSpec: '22.x'

0 commit comments

Comments
 (0)