Skip to content

Commit

Permalink
.github/workflows/windows.yml: switch to zimg fork to pick up off-by-…
Browse files Browse the repository at this point in the history
…1 avx512 bug

see AmusementClub/zimg@51ab2d0

Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Sep 5, 2023
1 parent 11e0b1a commit 871dec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
shell: bash
run: |
git clone https://github.com/vapoursynth/vsrepo --depth 1
git clone https://github.com/sekrit-twc/zimg --branch v3.0
git clone https://github.com/AmusementClub/zimg --branch v3.0
# revert the upgrade to msvc 2022 commit as we're still using 2019.
pushd zimg
git show 021ac40e5f350b19183bed25d498f437516da454 | patch -p1 -R
Expand Down

0 comments on commit 871dec4

Please sign in to comment.