Skip to content

Commit b6917c0

Browse files
committed
use $GITHUB_OUTPUT and fix yaml flow
Signed-off-by: Aiden Woodruff <[email protected]>
1 parent 161069b commit b6917c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt install ccache
4444
ccache -p # Print ccache config
4545
ccache -z # Zero ccache statistics
46-
echo ::set-output name=key::$(date -u '+%Y-%m-%dT%T')
46+
echo timestamp::$(date -u '+%Y-%m-%dT%T') >> "$GITHUB_OUTPUT"
4747
4848
- name: ccache
4949
uses: actions/cache@v4
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
MPICH_CXX: ${{matrix.compiler.CXX}}
7777
MPICH_CC: ${{matrix.compiler.CC}}
78-
run: |
78+
run: >
7979
cmake
8080
--build ${{github.workspace}}/build
8181
--target install

0 commit comments

Comments
 (0)