Skip to content

Commit 2617c6b

Browse files
committed
trying to use the cache II
1 parent 7be2138 commit 2617c6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
sudo apt install libfftw3-dev gsl-bin libgsl0-dev libboost-serialization-dev
3838
sudo apt install ccache
3939
ccache -p
40-
set -x
41-
mkdir -pv ~/.ccache/ccache
42-
ls ~/.ccache
40+
ccache -s
41+
mkdir -p ~/.ccache/ccache
4342
- name: install plumed
4443
uses: Iximiel/install-plumed@main
4544
with:

0 commit comments

Comments
 (0)