Skip to content

Commit

Permalink
Disable ccache for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Nov 6, 2022
1 parent 038c3fd commit d5564ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HyperHDR CI Build
on: [push]

env:
USE_CACHE: "1"
USE_CACHE: "0"
RESET_CACHE: "0"

jobs:
Expand Down

0 comments on commit d5564ff

Please sign in to comment.