Skip to content

Commit

Permalink
Add nasm to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
csnewman committed Jan 21, 2024
1 parent 86aee9d commit ef8346d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: 1.21

- name: Install deps
run: sudo apt-get install -y yasm meson gperf
run: sudo apt-get install -y yasm nasm meson gperf

- run: mkdir build

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
go-version: 1.21

- name: Install deps
run: brew install yasm autoconf ragel meson
run: brew install yasm autoconf ragel meson nasm

- run: mkdir build

Expand Down

0 comments on commit ef8346d

Please sign in to comment.