Skip to content

Commit

Permalink
- Switch to zlib-ng.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Feb 4, 2024
1 parent a600f37 commit 82b4605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo sed -i '/^\[dkp-libs\]$/,$d' /opt/devkitpro/pacman/etc/pacman.conf
sudo echo -e '[extremscorner-devkitpro]\nServer = https://packages.extremscorner.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf
sudo dkp-pacman -Sy
sudo dkp-pacman -S --noconfirm libogc2-git
sudo dkp-pacman -S --noconfirm --ask 4 libogc2-git ppc-zlib-ng-compat
- name: Checkout Swiss
uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion cube/packer/source/xz/xz_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/*
* See the .xz file format specification at
* https://tukaani.org/xz/xz-file-format.txt
* https://xz.tukaani.org/format/xz-file-format.txt
* to understand the container format.
*/

Expand Down

0 comments on commit 82b4605

Please sign in to comment.