Commit 802a81ca authored by Jason Madden's avatar Jason Madden

Need a distinct cache key for ccache as well.

parent ebd7df31
......@@ -123,7 +123,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.ccache/
key: ${{ runner.os }}-ccache
key: ${{ runner.os }}-ccache-${{ matrix.python-version }}
- name: Get pip cache dir
id: pip-cache
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment