Skip to content

Commit

Permalink
[sdk]: A temporary workaround for cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jun 3, 2024
1 parent b9ec610 commit 5b2a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perform-common-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
uses: actions/cache@v2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', 'Directory.Packages.props') }}
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', 'Directory.Packages.props') }}1

- name: 🛠️ Restore local .NET tools 🛠️
shell: bash
Expand Down

0 comments on commit 5b2a482

Please sign in to comment.