cache after checkout

This commit is contained in:
Hongtao Zhang 2024-03-26 15:17:33 -05:00
parent 05a5a50f7a
commit cffb5bc82d

View file

@ -34,6 +34,7 @@ jobs:
run: |
echo "Adding GNU tar to PATH"
echo C:\Program Files\Git\usr\bin>>"%GITHUB_PATH%"
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
@ -42,7 +43,6 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with: