File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 6868 strategy :
6969 fail-fast : false
7070 matrix :
71- dotnet : [ '3.1.301', '5.x', '6.x', '7.x' ]
71+ dotnet : [ '3.1.301' ]
7272 env :
7373 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7474 DOTNET_CLI_TELEMETRY_OPTOUT : 1
9595 restore-keys : |
9696 ${{ runner.os }}-nuget-
9797 - name : Setup dotnet
98- uses : actions/setup-dotnet@v3
98+ uses : actions/setup-dotnet@v2
9999 with :
100100 dotnet-version : ${{ matrix.dotnet }}
101- dotnet-quality : ' ga'
102101 - name : Build
103102 run : ./csharp/build.sh
104103 - name : Run tests
@@ -268,7 +267,7 @@ jobs:
268267 tar xf cmake-${CMAKE_VERSION}-Darwin-x86_64.tar.gz
269268 echo "cmake-${CMAKE_VERSION}-Darwin-x86_64/CMake.app/Contents/bin" >> $GITHUB_PATH
270269 - name : Build
271- run : ./cppbuild/cppbuild
270+ run : cmake --version && ./cppbuild/cppbuild
272271
273272 cpp-msvc-build :
274273 name : C++ MSVC (Windows)
You can’t perform that action at this time.
0 commit comments