Skip to content

Commit

Permalink
Add github-binarycache option to use built in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jan 18, 2024
1 parent 1b60171 commit efe287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
env:
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"
- name: set-binarycache-variable
if: inputs.gitlab-binarycache != 'true' && inputs.gitlab-binarycache != true
if: inputs.github-binarycache != 'true' && inputs.github-binarycache != true
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit efe287a

Please sign in to comment.