Skip to content

Commit

Permalink
Try referencing property of deserialized json object (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Apr 10, 2024
1 parent f650cd2 commit 7157f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
{
"windows": "windows-latest",
"macos": "macos-latest",
"ubuntu": "ubuntu-latest,
"ubuntu": "ubuntu-latest",
"al2-intel": "${{ matrix.al2-intel }}",
"al2-arm": "${{ matrix.al2-arm }}"
}
Expand All @@ -54,11 +54,11 @@ jobs:
- name: Dump Config
run: |
echo '${{ toJSON(matrix) }}'
echo '${{ env.runner-labels}}'
echo '${{ env.runner-labels }}'
echo '${{ (fromJSON(env.runner-labels)).macos }}'
echo '{{ fromJSON(needs.setup.outputs).runner-labels['windows'] }}'
echo '{{ fromJSON(needs.setup.outputs.runner-labels).${{ env.os }} }}'
echo '${{ fromJSON(env.runner-labels)['windows'] }}'
echo '${{ fromJSON(env.runner-labels).${{ env.os }} }}'
build:
name: Build and Test
Expand Down

0 comments on commit 7157f66

Please sign in to comment.