Skip to content

Commit

Permalink
different libheif install
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Nov 11, 2023
1 parent b0cf27e commit 835de43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
- name: Install vcpkg
run: vcpkg integrate install

- name: Install libheif
run: vcpkg install libheif:x64-windows-static-md

# - name: Install cargo vcpkg
# run: cargo install cargo-vcpkg

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

# - name: cargo build
# run: cargo build
Expand Down
12 changes: 6 additions & 6 deletions build_deps_win.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg install libde265:x64-windows
vcpkg install libheif:x64-windows
@REM vcpkg install libde265:x64-windows
@REM vcpkg install libheif:x64-windows

@REM git clone https://github.com/Microsoft/vcpkg.git
@REM cd vcpkg
@REM ./bootstrap-vcpkg.bat
@REM ./vcpkg integrate install
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
@REM ./vcpkg install libheif
@REM cd ..

0 comments on commit 835de43

Please sign in to comment.