mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix workflow vs. action
This commit is contained in:
4
.github/workflows/build-debian.yml
vendored
4
.github/workflows/build-debian.yml
vendored
@@ -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:
|
||||
|
||||
6
.github/workflows/generate-matrix.yml
vendored
6
.github/workflows/generate-matrix.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user