From 248bb3f763b631599ebb8f9385104eb46d77e429 Mon Sep 17 00:00:00 2001 From: Scott Temple Date: Wed, 4 Aug 2021 16:42:12 -0600 Subject: [PATCH] fix yml format --- .github/workflows/verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index a20f3dd2..6ec266e1 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -8,7 +8,7 @@ jobs: runs-on: self-hosted name: verification container: ghcr.io/lnis-uofu/lsoracle-benchmarks:groovy - env: + env: CCACHE_COMPRESS: "true" CCACHE_COMPRESSLEVEL: "6" CCACHE_MAXSIZE: "400M"