Skip to content

Commit

Permalink
update git url
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Nov 4, 2023
1 parent c43286d commit 101ad69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cargo install cargo-vcpkg

- name: build heif
run: build_deps_win.bat
run: ./build_deps_win.bat

# - name: cargo build
# run: cargo build
Expand Down
2 changes: 1 addition & 1 deletion build_deps_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rm -rf libheif
git clone --branch v1.17.3 git@github.com:strukturag/libheif.git
git clone --branch v1.17.3 https://github.com/strukturag/libheif.git
cd libheif
mkdir build
cd build
Expand Down
2 changes: 1 addition & 1 deletion setup_ext_libs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rm -rf libheif
git clone git@github.com:strukturag/libheif.git
git clone https://github.com/strukturag/libheif.git
cd libheif
mkdir build
cd build
Expand Down

0 comments on commit 101ad69

Please sign in to comment.