Skip to content

Commit

Permalink
woe is me
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 23, 2024
1 parent ec88c51 commit ae9e567
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,10 @@ jobs:
run: choco install nasm
if: ${{contains( matrix.os, 'windows' ) && !contains( matrix.os, 'windows-11-arm' )}}

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


### Fallback in case Nasm install fails ###
- name: Install nasm (windows fallback)
if: ${{contains( matrix.os, 'windows' ) && failure()}}
if: ${{contains( matrix.os, 'windows' ) && (failure() || contains( matrix.os, 'windows-11-arm' ))}}
shell: powershell
run: |
$url = "https://imageflow-resources.s3-us-west-2.amazonaws.com/tools/nasm-2.15.05-installer-x64.exe"
Expand Down

0 comments on commit ae9e567

Please sign in to comment.