mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
Debug outputs
This commit is contained in:
6
.github/workflows/generate-matrix.yml
vendored
6
.github/workflows/generate-matrix.yml
vendored
@@ -60,7 +60,11 @@ jobs:
|
||||
echo "build_type=$(jq -c <<< '${{ inputs.build_type }}')" >> "$GITHUB_OUTPUT"
|
||||
echo "cmake_args=$(jq -c <<< '${{ inputs.cmake_args }}')" >> "$GITHUB_OUTPUT"
|
||||
- name: Print outputs
|
||||
run: echo '${{ toJSON(steps.generate.outputs) }}'
|
||||
run: |
|
||||
echo "Architecture: ${{ fromJson(steps.generate.outputs.architecture) }}"
|
||||
echo "OS: ${{ fromJson(steps.generate.outputs.os) }}"
|
||||
echo "Build Type: ${{ fromJson(steps.generate.outputs.build_type) }}"
|
||||
echo "CMake Args: ${{ fromJson(steps.generate.outputs.cmake_args) }}"
|
||||
outputs:
|
||||
architecture: ${{ steps.generate.outputs.architecture }}
|
||||
os: ${{ steps.generate.outputs.os }}
|
||||
|
||||
Reference in New Issue
Block a user