Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Jan 9, 2024
1 parent f6432be commit b4edfb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
- name: Test
shell: msys2 {0}
run: |
set IM_BASE=/d/a/_temp/msys64/mingw64
set MAGICK_CONFIGURE_PATH=$IM_BASE/etc/ImageMagick-7
set MAGICK_CODER_MODULE_PATH=$IM_BASE/lib/ImageMagick-7.1.1/modules-Q16HDRI/coders
set PATH=$IM_BASE/bin:$PATH
set PKG_CONFIG_PATH=$IM_BASE/lib/pkgconfig
env
IM_BASE=/d/a/_temp/msys64/mingw64
export MAGICK_CONFIGURE_PATH=$IM_BASE/etc/ImageMagick-7
export MAGICK_CODER_MODULE_PATH=$IM_BASE/lib/ImageMagick-7.1.1/modules-Q16HDRI/coders
export PATH=$IM_BASE/bin:$PATH
export PKG_CONFIG_PATH=$IM_BASE/lib/pkgconfig
env | sort
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe env
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe test -v ./imagick

0 comments on commit b4edfb8

Please sign in to comment.