File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push,pull_request]
4
4
5
5
jobs :
6
6
hpp-fcl-conda :
7
- name : CI on ${{ matrix.os }} with Conda - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
7
+ name : CI on ${{ matrix.os }} with Conda Python ${{ matrix.python-version }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
8
8
runs-on : ${{ matrix.os }}
9
9
env :
10
10
CCACHE_BASEDIR : " ${GITHUB_WORKSPACE}"
35
35
- uses : actions/cache@v3
36
36
with :
37
37
path : .ccache
38
- key : ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ github.sha }}
39
- restore-keys : ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-
38
+ key : ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.python-version }}-${{ github.sha }}
39
+ restore-keys : ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.python-version }}-
40
40
41
41
- uses : conda-incubator/setup-miniconda@v3
42
42
with :
You can’t perform that action at this time.
0 commit comments