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 062aadb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ 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: |
wget https://github.com/archlinux-downgrade/downgrade/archive/v11.3.0.tar.gz -O downgrade.tar.gz
tar -xzvf downgrade.tar.gz
mv downgrade-* downgrade
downgrade/bin/downgrade 'mingw-w64-x86_64-libplacebo==5.229.0'
- name: Build release
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 062aadb

Please sign in to comment.