Skip to content

Commit

Permalink
Add the dependencies of gcovr to cache in autotest workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Oct 27, 2023
1 parent 7536090 commit 6b671a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
/usr/local/lib/node_modules/depsync
/usr/local/Cellar/gcovr
/usr/local/bin/gcovr
key: tgfx-environment-autotest-20231025
/usr/local/Cellar/python-lxml
/usr/local/Cellar/python-markupsafe
/usr/local/lib/python3.12/site-packages/lxml
/usr/local/lib/python3.12/site-packages/markupsafe
key: tgfx-environment-autotest-20231027
restore-keys: tgfx-environment-autotest-

- name: Get Third-Party Cache
Expand Down Expand Up @@ -87,7 +91,11 @@ jobs:
/usr/local/lib/node_modules/depsync
/usr/local/Cellar/gcovr
/usr/local/bin/gcovr
key: tgfx-environment-autotest-20231025
/usr/local/Cellar/python-lxml
/usr/local/Cellar/python-markupsafe
/usr/local/lib/python3.12/site-packages/lxml
/usr/local/lib/python3.12/site-packages/markupsafe
key: tgfx-environment-autotest-20231027

- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit 6b671a0

Please sign in to comment.