We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42d55f + ef09558 commit f3145dcCopy full SHA for f3145dc
.github/workflows/ci.yaml
@@ -24,6 +24,7 @@ jobs:
24
pull-requests: read
25
outputs:
26
typescript: ${{ steps.filter.outputs.typescript }}
27
+ proc_macros: ${{ steps.filter.outputs.proc_macros }}
28
steps:
29
- uses: actions/checkout@v3
30
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
@@ -45,8 +46,8 @@ jobs:
45
46
runs-on: ${{ matrix.os }}
47
env:
48
CC: deny_c
- RUST_CHANNEL: "${{ needs.changes.outputs.proc_macros == 'true' && 'nightly' || 'stable'}}"
49
- USE_SYSROOT_ABI: "${{ needs.changes.outputs.proc_macros == 'true' && '--features sysroot-abi' || ''}}"
+ RUST_CHANNEL: "${{ needs.changes.outputs.proc_macros == 'true' && 'nightly' || 'stable' }}"
50
+ USE_SYSROOT_ABI: "${{ needs.changes.outputs.proc_macros == 'true' && '--features sysroot-abi' || '' }}"
51
52
strategy:
53
fail-fast: false
0 commit comments