Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Jan 8, 2024
1 parent a05d14a commit 7930914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,14 @@ jobs:
run: |
pacman --noconfirm -S mingw-w64-x86_64-imagemagick
pkg-config --cflags --libs MagickWand
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys64/mingw64/etc/ImageMagick-7
convert -list configure
ls /d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
ls /d/a/_temp/msys64/mingw64/etc/ImageMagick-7
ls /d/a/_temp/msys64/mingw64/lib
- name: Test
shell: msys2 {0}
run: |
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe env
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys64/mingw64/etc/ImageMagick-7
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe test -v ./imagick

0 comments on commit 7930914

Please sign in to comment.