Skip to content

Commit

Permalink
Looks the original git repository is working again
Browse files Browse the repository at this point in the history
Revert "CI: use different git repository for xz"

This reverts commit 3f0e675.
  • Loading branch information
grulja committed Dec 7, 2020
1 parent 3f0e675 commit 867ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Expand Up @@ -135,7 +135,7 @@ jobs:
shell: bash
if: ${{ !steps.cache-qt.outputs.cache-hit }}
run: |
git clone https://github.com/xz-mirror/xz.git
git clone https://git.tukaani.org/xz.git
sed -i 's/#include "config.h"//' xz/src/common/common_w32res.rc
sed -i 's/PACKAGE_NAME/"liblzma"/' xz/src/common/common_w32res.rc
sed -i 's/PACKAGE_URL/"https:\/\/tukaani.org\/xz\/"/' xz/src/common/common_w32res.rc
Expand Down

0 comments on commit 867ac77

Please sign in to comment.