mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
fix: Fix ci never running on nightly when proc-macro things change
This commit is contained in:
parent
d42d55feaa
commit
ef09558575
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
pull-requests: read
|
pull-requests: read
|
||||||
outputs:
|
outputs:
|
||||||
typescript: ${{ steps.filter.outputs.typescript }}
|
typescript: ${{ steps.filter.outputs.typescript }}
|
||||||
|
proc_macros: ${{ steps.filter.outputs.proc_macros }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
|
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
|
||||||
|
Loading…
x
Reference in New Issue
Block a user