Skip to content

Commit

Permalink
Update rtbworkflow.yml
Browse files Browse the repository at this point in the history
remove cache from workflow.
  • Loading branch information
jonathansligh-nimbus authored Sep 18, 2024
1 parent 2789319 commit b51625b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rtbworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4

- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.config') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Install dependencies
run: nuget restore
working-directory: com.adsbynimbus.nimbus/Runtime/Plugins
Expand Down

0 comments on commit b51625b

Please sign in to comment.