Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/imazen/imageflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 23, 2024
2 parents 1c21072 + ca0ce85 commit c74d1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
key: ${{ runner.os }}-${{matrix.name}}-cargo-${{ hashFiles('**/Cargo.lock') }}

### Install Nasm for MacOS ###
- name: Install nasm (macos)
- name: Install nasm
run: brew install nasm
if: ${{contains( matrix.os, 'macos' )}}

### Install Nasm for Windows ###
- name: Install nasm (windows)
run: winget install nasm
- name: Install nasm
run: choco install nasm
if: ${{contains( matrix.os, 'windows' )}}

### Fallback in case Nasm install fails ###
Expand Down

0 comments on commit c74d1c0

Please sign in to comment.