Skip to content

Commit

Permalink
CI: cache dev-tools/bin (#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 4, 2023
1 parent 3f42680 commit 223d28a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: rm ./dev-tools/composer.lock

- name: Cache dev-tools
uses: actions/cache@v3
with:
path: dev-tools/bin/
key: DevTools-${{ hashFiles('dev-tools/install.sh') }}

- name: Install dev-tools
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit 223d28a

Please sign in to comment.