Skip to content

Commit

Permalink
Optimize the GitHub actions Windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Dec 21, 2024
1 parent 1f98d2d commit 9c83231
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🏎 Optimize Windows runner
if: matrix.os == 'windows-latest'
run: |
echo "DOTNET_INSTALL_DIR=D:\dotnet" >> $env:GITHUB_ENV
echo "NUGET_PACKAGES=D:\nuget" >> $env:GITHUB_ENV
- name: 🧑‍🔧 Install .NET SDK
uses: actions/setup-dotnet@v4
- name: ℹ️ Show .NET info
Expand Down

0 comments on commit 9c83231

Please sign in to comment.