Skip to content

Commit

Permalink
test: vars
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Jan 8, 2024
1 parent 7fbf031 commit f2808ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ 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 @@ -56,7 +54,7 @@ jobs:
base-devel
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-pkg-config
mingw-w64-x86_64-imagemagick-${IMAGEMAGICK7_VERSION}
mingw-w64-x86_64-imagemagick-7.0.9-12
- name: Install deps
shell: msys2 {0}
Expand Down

0 comments on commit f2808ec

Please sign in to comment.