Skip to content

Commit 00a6421

Browse files
committed
fixup! Improve CI caching
1 parent f3266ab commit 00a6421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
{"os": "ubuntu-24.04-arm", "name": "aarch64-linux"}
2121
]
2222
}
23-
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
2423
EOF
24+
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
2525
2626
build:
2727
name: Build (${{ matrix.os }})

0 commit comments

Comments
 (0)