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 Nov 30, 2020
1 parent 7d838f0 commit 4a38037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install Windows dependencies
if: startsWith(matrix.os,'windows')
run: |
vcpkg install libvorbis libflac opus sqlite3 speex mp3lame mpg123 --triplet ${{matrix.triplet}}
vcpkg install libvorbis libflac opus sqlite3 speex mp3lame yasm-tool:x86-windows mpg123 --triplet ${{matrix.triplet}}
- name: Configure, build and test with Autotools
env:
Expand Down

0 comments on commit 4a38037

Please sign in to comment.