mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
fix build att 6
This commit is contained in:
4
.github/actions/setup-cache/action.yml
vendored
4
.github/actions/setup-cache/action.yml
vendored
@@ -8,9 +8,6 @@ inputs:
|
||||
target:
|
||||
description: 'Target platform: win, linux'
|
||||
required: true
|
||||
use-ccache:
|
||||
description: 'Whether to use ccache/sccache'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@@ -20,7 +17,6 @@ runs:
|
||||
with:
|
||||
variant: sccache
|
||||
key: ${{ inputs.target }}-v1
|
||||
if: inputs.use-ccache
|
||||
|
||||
- name: Setup CPM Cache
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user