Skip to content

Commit

Permalink
add support for ccache build with cmake (ci fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Sep 26, 2024
1 parent 6b70f78 commit cf134ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ on:
description: "Enable progress bars (0/1)"
required: true
default: "1"
ccache:
description: "Enable ccache (0/1)"
required: true
default: "0"
clone_depth:
description: "Clone Depth (-1 for full clone)"
required: true
Expand Down

0 comments on commit cf134ea

Please sign in to comment.