fix build att 6

This commit is contained in:
Kolyah35
2026-03-19 19:31:52 +03:00
parent a72c2c4094
commit 78d218ccb1
4 changed files with 13 additions and 30 deletions

View File

@@ -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