Fix xdr_to_json panic for ScType::Val with non-Void values #657
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Action | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: | |
| ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || | |
| github.ref }}-{{ github.event_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| action: | |
| strategy: | |
| matrix: | |
| image: [macos-15, macos-15-intel, ubuntu-latest, windows-latest] | |
| runs-on: ${{ matrix.image }} | |
| steps: | |
| - uses: stellar/stellar-cli@main | |
| with: | |
| version: v23.1.4 |