Skip to content

Commit

Permalink
Comment the nasm requirement
Browse files Browse the repository at this point in the history
CMake Error at scripts/cmake/vcpkg_find_acquire_program.cmake:619 (message):
  Could not find nasm.  Please install it via your package manager:

      brew install nasm
Call Stack (most recent call first):
  ports/ffmpeg/portfile.cmake:31 (vcpkg_find_acquire_program)
  scripts/ports.cmake:147 (include)


error: building ffmpeg:x64-osx-min1012 failed with: BUILD_FAILED
  • Loading branch information
daschuer authored Nov 16, 2023
1 parent efc4202 commit 71ea2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
run: ${{ matrix.vcpkg_bootstrap }}
working-directory: ${{ matrix.vcpkg_path }}

# FFmpeg requires nasm
- name: "[macOS] Bootstrap vcpkg"
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 71ea2cd

Please sign in to comment.