Skip to content

Commit

Permalink
Always use Docker buildkit in CI
Browse files Browse the repository at this point in the history
 - Will help when dealing with #5 (making ccache work on CI)
  • Loading branch information
zbeekman committed Jan 17, 2023
1 parent faa005d commit 193e553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: ci
# See https://docs.docker.com/build/ci/github-actions/examples
env:
DOCKER_BUILDKIT: 1

on:
schedule:
Expand Down

0 comments on commit 193e553

Please sign in to comment.