mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix strategy matrix outputs
This commit is contained in:
2
.github/workflows/build-debian.yml
vendored
2
.github/workflows/build-debian.yml
vendored
@@ -148,7 +148,7 @@ jobs:
|
||||
architecture: ${{ needs.expose-env.outputs.strategy_matrix_architecture }}
|
||||
os: ${{ needs.expose-env.outputs.strategy_matrix_os }}
|
||||
build_type: ${{ needs.expose-env.outputs.strategy_matrix_build_type }}
|
||||
cmake_args: ${{ needs.expose-env.outputs.strategy_cmake_args }}
|
||||
cmake_args: ${{ needs.expose-env.outputs.strategy_matrix_cmake_args }}
|
||||
|
||||
# Install and cache the dependencies using various configurations.
|
||||
install-dependencies:
|
||||
|
||||
2
.github/workflows/build-rhel.yml
vendored
2
.github/workflows/build-rhel.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
||||
architecture: ${{ needs.expose-env.outputs.strategy_matrix_architecture }}
|
||||
os: ${{ needs.expose-env.outputs.strategy_matrix_os }}
|
||||
build_type: ${{ needs.expose-env.outputs.strategy_matrix_build_type }}
|
||||
cmake_args: ${{ needs.expose-env.outputs.strategy_cmake_args }}
|
||||
cmake_args: ${{ needs.expose-env.outputs.strategy_matrix_cmake_args }}
|
||||
|
||||
# Install and cache the dependencies using various configurations.
|
||||
install-dependencies:
|
||||
|
||||
8
.github/workflows/generate-matrix.yml
vendored
8
.github/workflows/generate-matrix.yml
vendored
@@ -28,10 +28,10 @@ on:
|
||||
# generate-matrix:
|
||||
# uses: ./.github/workflows/generate-matrix.yml
|
||||
# with:
|
||||
# architecture: ${{ env.STRATEGY_MATRIX_ARCHITECTURE }}
|
||||
# os: ${{ env.STRATEGY_MATRIX_OS }}
|
||||
# build_type: ${{ env.STRATEGY_MATRIX_BUILD_TYPE }}
|
||||
# cmake_args: ${{ env.STRATEGY_MATRIX_CMAKE_ARGS }}
|
||||
# architecture: [...]
|
||||
# os: [...]
|
||||
# build_type: [...]
|
||||
# cmake_args: [...]
|
||||
# ```
|
||||
# * This workflow can be used as follows:
|
||||
# ```yaml
|
||||
|
||||
Reference in New Issue
Block a user