Skip to content

Commit

Permalink
Install NASM
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Jan 30, 2024
1 parent 265d9fc commit da61aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -362,7 +363,6 @@ jobs:
echo CTEST_OUTPUT_ON_FAILURE=1 >> %GITHUB_ENV%
cmake --version
python --version
where nasm
- name: Build tlRender
shell: cmd
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da61aa9

Please sign in to comment.