We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161069b commit b6917c0Copy full SHA for b6917c0
.github/workflows/cmake.yml
@@ -43,7 +43,7 @@ jobs:
43
sudo apt install ccache
44
ccache -p # Print ccache config
45
ccache -z # Zero ccache statistics
46
- echo ::set-output name=key::$(date -u '+%Y-%m-%dT%T')
+ echo timestamp::$(date -u '+%Y-%m-%dT%T') >> "$GITHUB_OUTPUT"
47
48
- name: ccache
49
uses: actions/cache@v4
@@ -75,7 +75,7 @@ jobs:
75
env:
76
MPICH_CXX: ${{matrix.compiler.CXX}}
77
MPICH_CC: ${{matrix.compiler.CC}}
78
- run: |
+ run: >
79
cmake
80
--build ${{github.workspace}}/build
81
--target install
0 commit comments