From 9b4601a65c84d0e35ef70fc64473904cb5a5d77c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 15 Jun 2020 10:13:04 +0200 Subject: [PATCH] Fix typo in file cache job --- azure/file_cache_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/file_cache_job.yml b/azure/file_cache_job.yml index 614bd8d1a5..7c8b392a66 100644 --- a/azure/file_cache_job.yml +++ b/azure/file_cache_job.yml @@ -17,7 +17,7 @@ jobs: - script: make -j$(/usr/bin/nproc) >/dev/null displayName: 'Make Build' - template: install.yml - - template: script.yml + - template: setup.yml - template: test.yml parameters: configurationName: ${{ parameters.configurationName }} -- 2.40.0