[GA] revert

This commit is contained in:
Denis Angell
2025-03-25 10:45:28 +01:00
parent 69b7728b2d
commit 9c26f1f213
4 changed files with 23 additions and 121 deletions

View File

@@ -6,10 +6,17 @@ inputs:
required: true
cmake-args:
default: null
cache-key:
required: true
# An implicit input is the environment variable `build_dir`.
runs:
using: composite
steps:
- name: dependencies
uses: ./.github/actions/dependencies
with:
configuration: ${{ inputs.configuration }}
cache-key: ${{ inputs.cache-key }}
- name: configure
shell: bash
run: |

View File

@@ -40,4 +40,4 @@ runs:
uses: actions/cache/save@v4
with:
path: ~/.conan/data
key: ${{ inputs.cache-key }}-${{ inputs.configuration }}-conan-${{ hashFiles('conanfile.py') }}
key: ${{ steps.cache-restore.outputs.cache-primary-key }}