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 9bda7cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ 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 -S --noconfirm --needed git base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ..
yay -S downgrade
downgrade 'mingw-w64-x86_64-libplacebo==5.229.0'
- name: Build release
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 9bda7cb

Please sign in to comment.