Skip to content

Commit d5fa5db

Browse files
Fix CI failure due to missing lock file
Remove `cache: true` from `.github/workflows/ci.yml` as `packages.lock.json` is not present in the repository, causing `actions/setup-dotnet` to fail. Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 4472c76 commit d5fa5db

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-dotnet@v4
2020
with:
2121
dotnet-version: "8.0.x"
22-
cache: true
2322

2423
- name: Restore Tools
2524
run: dotnet tool restore
@@ -79,7 +78,6 @@ jobs:
7978
uses: actions/setup-dotnet@v4
8079
with:
8180
dotnet-version: "8.0.x"
82-
cache: true
8381

8482
- name: Compile
8583
run: dotnet build -c Debug -warnaserror osu.Desktop.slnf
@@ -129,7 +127,6 @@ jobs:
129127
uses: actions/setup-dotnet@v4
130128
with:
131129
dotnet-version: "8.0.x"
132-
cache: true
133130

134131
- name: Install .NET workloads
135132
run: dotnet workload install android wasi-experimental
@@ -150,7 +147,6 @@ jobs:
150147
uses: actions/setup-dotnet@v4
151148
with:
152149
dotnet-version: "8.0.x"
153-
cache: true
154150

155151
- name: Install .NET Workloads
156152
run: dotnet workload install ios

0 commit comments

Comments
 (0)