Skip to content

Commit

Permalink
cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 23, 2024
1 parent 6d40a17 commit 8f39d6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ runs:
using: "composite"
steps:

# - name: Cache ${{inputs.repo-name}} Build
# uses: actions/cache@v3
# id: build-${{inputs.repo-name}}
# with:
# key: build-${{inputs.repo-name}}
# path: ${{ runner.temp }}/build-${{inputs.repo-name}}
- name: Cache ${{inputs.repo-name}} Build
uses: actions/cache@v3
id: build-${{inputs.repo-name}}
with:
key: build-${{inputs.repo-name}}
path: ${{ runner.temp }}/build-${{inputs.repo-name}}

- name: ${{inputs.repo-name}} Checkout repo
if: ${{ steps.build-[inputs.repo-name].outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 8f39d6b

Please sign in to comment.