Skip to content

Commit

Permalink
[GHA] Add no-daemon in build to be able to cache gradle on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Apr 3, 2022
1 parent db650d6 commit facd5ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/gha-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ runs:
-Pprofile=${{ inputs.profile }} \
-Pversion=${{ inputs.version }} \
-PsemanticVersion=${{ inputs.semanticVersion }} \
-PbuildBy="GitHub-Action" -PbuildHash=${{ inputs.hashVersion }}
-PbuildBy="GitHub-Action" \
-PbuildHash=${{ inputs.hashVersion }} \
--no-daemon

0 comments on commit facd5ca

Please sign in to comment.