diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c2f8d899..7593edc7 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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 diff --git a/cube/packer/source/xz/xz_stream.h b/cube/packer/source/xz/xz_stream.h index 430bb3a0..e5d3188b 100644 --- a/cube/packer/source/xz/xz_stream.h +++ b/cube/packer/source/xz/xz_stream.h @@ -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. */