Skip to content

Commit

Permalink
build directory conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Nov 12, 2023
1 parent 9e8d8ba commit 3f3cdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libtiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
tar xzf tiff-${{ matrix.LIBTIFF_RELEASE }}.tar.gz
ls
cd tiff-${{ matrix.LIBTIFF_RELEASE }}
mkdir build
mkdir ../tiffbuild
# -DWITH_KVAZAAR=1
cmake -B build && cd build && make && sudo make install
cmake -B ../tiffbuild && cd ../tiffbuild && make && sudo make install
echo "LD_LIBRARY_PATH=$(pkg-config --variable=libdir libtiff-4)" >>$GITHUB_ENV
- name: perl version
run: |
Expand Down

0 comments on commit 3f3cdda

Please sign in to comment.