summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-21 15:31:40 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-21 15:31:40 +0100
commit678e3207c43145462e404cc6cc9807ec1a2cc618 (patch)
tree1838c40a0ba4e9ebbe128ba1a8a005e4a31396d3 /.github
parentc15e276e8d10be5be7194971c6adeebb90d79b96 (diff)
GitHub Actions: Improve ccache size limit build step name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 88a225a2f4..65be0367f1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
env:
BUILDENV_BASEPATH: ${{ github.workspace }}/buildenv
- - name: "Set up ccache"
+ - name: "Set ccache size limit"
run: ccache -M 5G
env:
PATH: ${{ steps.buildenv.outputs.path }}