From 2fd39dc2b08a0d60471e13a2ed3216486be738cf Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 16 Feb 2023 12:14:21 -0500 Subject: ci: Install NASM on MSVC jobs --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba5b28e..33dad3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,6 +94,8 @@ jobs: - bash: ci/intel-scripts/cache_exclude_windows.sh displayName: exclude unused files from cache condition: and(ne(variables.CACHE_RESTORED, 'true'), eq(variables.ifort, 'true')) + - script: choco install -y nasm + displayName: install NASM - task: UsePythonVersion@0 inputs: versionSpec: '3.7' -- cgit v1.1