Skip to content

Commit

Permalink
optional build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 19, 2024
1 parent 3d801ba commit ed18996
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ on:
type: boolean
default: true
description: include TIFF support
conan_cache:
type: boolean
default: true
description: cache conan artifacts


jobs:
Expand Down Expand Up @@ -82,6 +86,7 @@ jobs:
echo path=`npx xpm run -q conan -- config home` >> $GITHUB_OUTPUT
- name: Cache conan artifacts
uses: actions/cache@v4
if: inputs.conan_cache
with:
path: ${{ steps.conan_home.outputs.path }}
key: conan-${{ inputs.id }}
Expand Down

0 comments on commit ed18996

Please sign in to comment.