File tree Expand file tree Collapse file tree
internal/ccache-setup-windows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ inputs:
2222 support-modules :
2323 required : false
2424 description : Whether or not we need to support modules. This can result in extra cache misses.
25+ vsversion :
26+ required : false
27+ default : ' 2019'
28+ description : The version of Visual Studio to use (Windows only)
29+ type : string
2530
2631runs :
2732 using : ' composite'
4853 - name : Setup ccache on Windows
4954 if : ${{ runner.os == 'Windows' }}
5055 uses : ./../../_actions/current/internal/ccache-setup-windows
56+ with :
57+ vsversion : ${{ inputs.vsversion }}
5158 - name : Setup ccache on Mac
5259 if : ${{ runner.os == 'macOS' }}
5360 shell : bash
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ inputs:
2020 default : ' 4.7.4'
2121 description : A pinned version of ccache
2222 type : string
23+ vsversion :
24+ required : false
25+ default : ' 2019'
26+ description : The version of Visual Studio to use
27+ type : string
2328
2429runs :
2530 using : ' composite'
2833 uses : ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
2934 with :
3035 arch : x64
31- vsversion : ' 2019 '
36+ vsversion : ${{ inputs.vsversion }}
3237
3338 - name : Setup ccache path
3439 shell : bash
You can’t perform that action at this time.
0 commit comments