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 fd038bb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,21 @@ jobs:
- name: Set up environment
shell: msys2 {0}
run: |
pacman -Sy --noconfirm
pacman -S --noconfirm pacman
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.git
cd yay
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 fd038bb

Please sign in to comment.