Skip to content

Commit

Permalink
ENH: Bump ITK version to 5.1.1 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mseng10 committed Nov 13, 2020
1 parent ed4237f commit 345746e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.1.0"
itk-git-tag: "v5.1.1"
cmake-build-type: "MinSizeRel"

steps:
Expand Down

0 comments on commit 345746e

Please sign in to comment.