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 6ca097d commit 8d26de6Copy full SHA for 8d26de6
1 file changed
.github/workflows/cmake.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: setup ccache
41
id: setup-ccache
42
run: |
43
- sudo apt install ccache
+ sudo apt-get install ccache
44
ccache -p # Print ccache config
45
ccache -z # Zero ccache statistics
46
echo timestamp=$(date -u '+%Y-%m-%dT%T') >> "$GITHUB_OUTPUT"
0 commit comments