File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "sdk" : {
3
+ "version" : " 6.0.300" ,
4
+ "rollForward" : " latestFeature"
5
+ }
6
+ }
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105
105
cmake --version
106
106
cmake -DNUGET_PASSWORD="${{ secrets.GITHUB_TOKEN }}" -P '${{ env.BUILD_COMMANDS_ROOT }}/Setup.cmake'
107
107
mkdir -p ${{ env.CCACHE_DIR }}
108
+ cp "${{ github.workspace }}/.github/compile-vcpkg-global.json" "${{ github.workspace }}/global.json"
108
109
109
110
- name : Setup .Net
110
111
uses : actions/setup-dotnet@v3
@@ -134,7 +135,7 @@ jobs:
134
135
echo CMake path is: `which cmake`
135
136
echo Ninja path is: `which ninja`
136
137
echo CCache path is: `which ccache`
137
- echo CCache path is: `which dotnet`
138
+ echo Dotnet path is: `which dotnet`
138
139
ccache -z
139
140
cmake --version
140
141
You can’t perform that action at this time.
0 commit comments