Skip to content

Commit

Permalink
Workaround vcpkg yasm issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurt committed Dec 21, 2020
1 parent ad7bbc3 commit e361522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ jobs:
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get install -y autogen ninja-build libogg-dev libvorbis-dev libflac-dev libopus-dev libasound2-dev libsqlite3-dev libspeex-dev libmp3lame-dev libmpg123-dev

- name: Workaround vcpkg yasm-tools for x64-windows
if: (startsWith(matrix.os, 'windows') && startsWith(matrix.triplet, 'x64-windows'))
run: vcpkg install yasm-tool:x86-windows

- name: Install Windows dependencies
if: startsWith(matrix.os,'windows')
run: |
Expand Down

0 comments on commit e361522

Please sign in to comment.