Skip to content

Commit

Permalink
also cache precision builds separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Oct 26, 2023
1 parent 73ceff5 commit d896068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
path: |
${{ github.workspace }}/.scons-cache/
${{ github.workspace }}/godot-cpp/.scons-cache/
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.target }}_cache
key: ${{ inputs.platform }}_${{ inputs.arch }}_${{ inputs.target }}_${{ inputs.precision }}_cache
- uses: paulhatch/[email protected]
id: version
with:
Expand Down

0 comments on commit d896068

Please sign in to comment.