Skip to content

Commit

Permalink
install flac for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenchel-avail committed Jul 24, 2024
1 parent becddb2 commit bfdc529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: brew install libsndfile llvm libomp sox
if: matrix.os == 'macos-latest-xlarge'
- name: Install soundlibs Windows
run: choco install libsndfile sox.portable
run: choco install libsndfile sox.portable flac
if: matrix.os == 'windows-latest'
- name: Upgrade pip
run: python -m pip install -U pip
Expand Down

0 comments on commit bfdc529

Please sign in to comment.