Skip to content

Commit

Permalink
fix for windows dav1d build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Feb 25, 2024
1 parent b0111db commit 0d2c81c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 129 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
choco install pkgconfiglite
python -m pip install meson
python -m pip install nasm
curl -LO "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe"
./LLVM-15.0.2-win64.exe /S
Expand Down
184 changes: 55 additions & 129 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d2c81c

Please sign in to comment.