We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f98d2d commit 9c83231Copy full SHA for 9c83231
.github/workflows/continuous-integration.yml
@@ -23,6 +23,11 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
+ - name: 🏎 Optimize Windows runner
27
+ if: matrix.os == 'windows-latest'
28
+ run: |
29
+ echo "DOTNET_INSTALL_DIR=D:\dotnet" >> $env:GITHUB_ENV
30
+ echo "NUGET_PACKAGES=D:\nuget" >> $env:GITHUB_ENV
31
- name: 🧑🔧 Install .NET SDK
32
uses: actions/setup-dotnet@v4
33
- name: ℹ️ Show .NET info
0 commit comments