소스 검색

[ci] fix template path

Andy Li 6 년 전
부모
커밋
fdec6fdf28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/azure-pipelines/test-windows.yml

+ 1 - 1
extra/azure-pipelines/test-windows.yml

@@ -47,7 +47,7 @@ jobs:
     steps:
       - checkout: self
         fetchDepth: 20
-      - template: extra/azure-pipelines/install-neko-snapshot.yaml
+      - template: install-neko-snapshot.yaml
         parameters:
           ${{ if eq(parameters.arch, '64') }}:
             platform: windows64