File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2424 pull-requests : read
2525 outputs :
2626 typescript : ${{ steps.filter.outputs.typescript }}
27+ proc_macros : ${{ steps.filter.outputs.proc_macros }}
2728 steps :
2829 - uses : actions/checkout@v3
2930 - uses : dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
4546 runs-on : ${{ matrix.os }}
4647 env :
4748 CC : deny_c
48- RUST_CHANNEL : " ${{ needs.changes.outputs.proc_macros == 'true' && 'nightly' || 'stable'}}"
49- USE_SYSROOT_ABI : " ${{ needs.changes.outputs.proc_macros == 'true' && '--features sysroot-abi' || ''}}"
49+ RUST_CHANNEL : " ${{ needs.changes.outputs.proc_macros == 'true' && 'nightly' || 'stable' }}"
50+ USE_SYSROOT_ABI : " ${{ needs.changes.outputs.proc_macros == 'true' && '--features sysroot-abi' || '' }}"
5051
5152 strategy :
5253 fail-fast : false
You can’t perform that action at this time.
0 commit comments