Skip to content

Commit bc02f28

Browse files
committed
add --no-build-cache for docker-build-debian11
1 parent d18e381 commit bc02f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
run: chmod +x gradlew
282282

283283
- name: Build
284-
run: ./gradlew clean build --no-daemon
284+
run: ./gradlew clean build --no-daemon --no-build-cache
285285

286286

287287
coverage-gate:

0 commit comments

Comments
 (0)