Skip to content

Commit aa8d261

Browse files
[ci] Ajoute fichier de configuration pour 'dotnet'.
1 parent 733bc40 commit aa8d261

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/compile-vcpkg-global.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "6.0.300",
4+
"rollForward": "latestFeature"
5+
}
6+
}

.github/workflows/compile-all-vcpkg.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
cmake --version
106106
cmake -DNUGET_PASSWORD="${{ secrets.GITHUB_TOKEN }}" -P '${{ env.BUILD_COMMANDS_ROOT }}/Setup.cmake'
107107
mkdir -p ${{ env.CCACHE_DIR }}
108+
cp "${{ github.workspace }}/.github/compile-vcpkg-global.json" "${{ github.workspace }}/global.json"
108109
109110
- name: Setup .Net
110111
uses: actions/setup-dotnet@v3
@@ -134,7 +135,7 @@ jobs:
134135
echo CMake path is: `which cmake`
135136
echo Ninja path is: `which ninja`
136137
echo CCache path is: `which ccache`
137-
echo CCache path is: `which dotnet`
138+
echo Dotnet path is: `which dotnet`
138139
ccache -z
139140
cmake --version
140141

0 commit comments

Comments
 (0)