From a42d9e74b42c39133b846f328027158719dc00d5 Mon Sep 17 00:00:00 2001 From: JackBoosY Date: Thu, 12 Nov 2020 18:44:15 -0800 Subject: [PATCH] [VMSS] Install nasm on OSX --- scripts/azure-pipelines/osx/configuration/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/azure-pipelines/osx/configuration/Vagrantfile b/scripts/azure-pipelines/osx/configuration/Vagrantfile index c08703777b63be..04750cf71f8d4a 100644 --- a/scripts/azure-pipelines/osx/configuration/Vagrantfile +++ b/scripts/azure-pipelines/osx/configuration/Vagrantfile @@ -20,6 +20,7 @@ brew_formulas = [ 'bison', 'libtool', 'mono', + 'nasm', 'pkg-config', 'yasm' ]