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 24
24
pull-requests : read
25
25
outputs :
26
26
typescript : ${{ steps.filter.outputs.typescript }}
27
+ proc_macros : ${{ steps.filter.outputs.proc_macros }}
27
28
steps :
28
29
- uses : actions/checkout@v3
29
30
- uses : dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
45
46
runs-on : ${{ matrix.os }}
46
47
env :
47
48
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' || '' }}"
50
51
51
52
strategy :
52
53
fail-fast : false
You can’t perform that action at this time.
0 commit comments