]> granicus.if.org Git - php/commitdiff
Fix typo in file cache job
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Jun 2020 08:13:04 +0000 (10:13 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 15 Jun 2020 08:13:04 +0000 (10:13 +0200)
azure/file_cache_job.yml

index 614bd8d1a5e99586bd885e3ea73c94005264608e..7c8b392a66bd8d9b0ce9a8b4279d702c9f9d3a2c 100644 (file)
@@ -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 }}