Skip to content

Commit

Permalink
chore(ci): add a reference to an issue with Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Nov 16, 2024
1 parent 952e580 commit 7dc06f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ workflow(
runsOn = runnerType,
) {
uses(action = Checkout())
// Workaround for https://github.com/gradle/gradle/issues/21265
uses(action = Cache(
path = listOf("buildSrc/build"),
key = "gradle-buildSrc-build-dir-" + expr { runner.os },
Expand Down

0 comments on commit 7dc06f7

Please sign in to comment.