Skip to content

Commit

Permalink
Change zimg url to github
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Feb 9, 2025
1 parent 66b59e5 commit 0d169bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install zimg
run: |
git clone https://bitbucket.org/the-sekrit-twc/zimg.git --depth 1 --recurse-submodules --shallow-submodules
git clone https://github.com/sekrit-twc/zimg.git --depth 1 --recurse-submodules --shallow-submodules
pushd zimg
./autogen.sh
./configure --prefix=/usr --disable-simd
Expand Down

0 comments on commit 0d169bb

Please sign in to comment.