Skip to content

Commit 5e2551b

Browse files
committed
ci: not use cache
1 parent 51fc3a2 commit 5e2551b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-executables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-dotnet@v3
2525
with:
2626
dotnet-version: ${{ matrix.dotnet-version }}
27-
cache: true
27+
# cache: true
2828

2929
# Step 3: Install dependencies
3030
- name: Install dependencies

0 commit comments

Comments
 (0)