Skip to content

Commit d5564ff

Browse files
committed
Disable ccache for the release
1 parent 038c3fd commit d5564ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: HyperHDR CI Build
33
on: [push]
44

55
env:
6-
USE_CACHE: "1"
6+
USE_CACHE: "0"
77
RESET_CACHE: "0"
88

99
jobs:

0 commit comments

Comments
 (0)