Skip to content

Commit

Permalink
test: update var
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Jan 8, 2024
1 parent 8892885 commit 7fbf031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
test_windows:
name: Test ImageMagick7 windows
runs-on: windows-latest
env:
IMAGEMAGICK7_VERSION: ${{ vars.IMAGEMAGICK7_VERSION }}
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -54,7 +56,7 @@ jobs:
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-imagemagick-${{ vars.IMAGEMAGICK7_VERSION }}
mingw-w64-x86_64-imagemagick-${IMAGEMAGICK7_VERSION}
- name: Install deps
shell: msys2 {0}
Expand Down

0 comments on commit 7fbf031

Please sign in to comment.