Fix workflow vs. action

This commit is contained in:
Bart Thomee
2025-07-27 12:18:35 -04:00
parent 7c9aad6e9f
commit a6c63dbc0c
2 changed files with 5 additions and 5 deletions

View File

@@ -134,6 +134,10 @@ jobs:
run: echo ""
outputs:
conan_global_conf: ${{ env.CONAN_GLOBAL_CONF }}
strategy_matrix_architecture: ${{ env.STRATEGY_MATRIX_ARCHITECTURE }}
strategy_matrix_os: ${{ env.STRATEGY_MATRIX_OS }}
strategy_matrix_build_type: ${{ env.STRATEGY_MATRIX_BUILD_TYPE }}
strategy_matrix_cmake_args: ${{ env.STRATEGY_MATRIX_CMAKE_ARGS }}
# Generate the strategy matrix.
generate-matrix:

View File

@@ -5,10 +5,6 @@ name: generate-matrix
on:
workflow_call:
inputs:
runner:
description: 'An optional string representing the GitHub runner to use.'
required: true
type: string
architecture:
description: 'A string representing a JSON array holding objects containing the "platform" (e.g. "linux/arm64") and "runner" (e.g. "ubuntu-24.04-arm") to use.'
required: true
@@ -54,7 +50,7 @@ on:
# ```
jobs:
generate-matrix:
runs-on: ${{ inputs.runner }}
runs-on: ubuntu-latest
steps:
- name: Generate outputs
id: generate