Skip to content

Commit d1fc3c4

Browse files
committed
Cleaning up a little caching stuff
1 parent dc36fe2 commit d1fc3c4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/actions/setup-runtimes-caching/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ runs:
2727
2828
- uses: astral-sh/setup-uv@v5
2929
name: Install uv
30+
with:
31+
enable-cache: false
3032

3133
- uses: actions/setup-go@v5
3234
name: Set up Go
@@ -75,14 +77,6 @@ runs:
7577
restore-keys: |
7678
${{ runner.os }}-nuget-
7779
78-
- uses: actions/cache@v4
79-
name: Cache Java Docker images
80-
with:
81-
path: /var/lib/docker/image
82-
key: ${{ runner.os }}-docker-${{ hashFiles('examples/java/CommunityToolkit.Aspire.Hosting.Java.Spring.Maven/Dockerfile') }}
83-
restore-keys: |
84-
${{ runner.os }}-docker-
85-
8680
- name: Get NPM package root
8781
id: npm-root
8882
run: "echo path=$(npm root -g) >> $GITHUB_OUTPUT"

0 commit comments

Comments
 (0)