Skip to content

Commit 5755f62

Browse files
committed
Fix disable chache.
1 parent 8309e6a commit 5755f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- name: Install uv
5757
uses: astral-sh/setup-uv@v5
5858
with:
59-
enable-cache: false
6059
python-version: "3.13"
6160
- name: Build CSE
6261
uses: ./.github/actions/build-cse
@@ -108,6 +107,7 @@ jobs:
108107
- name: Install uv
109108
uses: astral-sh/setup-uv@v5
110109
with:
110+
enable-cache: false
111111
python-version: "3.13"
112112
- name: Configure CMake
113113
run: cmake -P cmake/configure.cmake

0 commit comments

Comments
 (0)