Skip to content

Commit

Permalink
.github/workflows/build.yaml: downgrade libplacebo
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Mar 24, 2024
1 parent 6bb626a commit fc69284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
pacman -S --noconfirm mingw-w64-x86_64-{gcc,pkg-config,meson,python-mako,vulkan-devel,libplacebo,rust,cargo-c}
- name: Downgrade libplacebo
shell: msys2 {0}
run: |
pacman -U --noconfirm https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libplacebo-5.264.1-2-any.pkg.tar.zst
- name: Build release
shell: msys2 {0}
run: |
Expand Down

0 comments on commit fc69284

Please sign in to comment.