Skip to content

Commit

Permalink
cache dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 4, 2023
1 parent 6367184 commit 70faddd
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 70faddd

Please sign in to comment.