From da61aa9bc564acd6d1c5e4d88d54b88ad2171874 Mon Sep 17 00:00:00 2001 From: Darby Johnston Date: Tue, 30 Jan 2024 11:32:04 -0800 Subject: [PATCH] Install NASM --- .github/workflows/ci-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 80ff35f2..3e7dec62 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -352,6 +352,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' + - uses: ilammy/setup-nasm@v1 # \bug Any spaces before the ">>" will be considered part of the path. - name: Setup environment @@ -362,7 +363,6 @@ jobs: echo CTEST_OUTPUT_ON_FAILURE=1 >> %GITHUB_ENV% cmake --version python --version - where nasm - name: Build tlRender shell: cmd @@ -413,6 +413,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' + - uses: ilammy/setup-nasm@v1 # \bug Any spaces before the ">>" will be considered part of the path. - name: Setup environment