Skip to content

Commit

Permalink
dont allow failed restores on debug cache as can poison future cache …
Browse files Browse the repository at this point in the history
…usage
  • Loading branch information
mitchcapper committed Dec 18, 2024
1 parent 1bc1979 commit 2428486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/set_dep_vars.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ foreach ($dep in $arr) {
$failAction="fail"
$postfix=""
if ($env:Configuration -eq "Debug") {
$failAction="ignore"
#$failAction="ignore"
$postfix="-Debug"
}
echo "DepsCacheKey=$cacheKey" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 2428486

Please sign in to comment.