aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-30 15:17:56 +0100
committerLoïc Hoguin <[email protected]>2023-11-30 15:17:56 +0100
commit237e9f459d539c251154ff87d08108e4a94923bb (patch)
tree97f4da66c725b1d07a97c48c9c7d900eb7e1fb2c
parent61acad5f83396a148a2553b05ade4d4422ab34e2 (diff)
downloadci.erlang.mk-237e9f459d539c251154ff87d08108e4a94923bb.tar.gz
ci.erlang.mk-237e9f459d539c251154ff87d08108e4a94923bb.tar.bz2
ci.erlang.mk-237e9f459d539c251154ff87d08108e4a94923bb.zip
Remove .kerl from cache in workflows
-rw-r--r--.github/workflows/unix-ci.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml
index 5e2de38..d5ca881 100644
--- a/.github/workflows/unix-ci.yaml
+++ b/.github/workflows/unix-ci.yaml
@@ -39,7 +39,6 @@ jobs:
with:
path: |
~/erlang/
- ~/.kerl/
key: ${{ runner.os }}-${{ runner.arch }}-Erlang-${{ inputs.erlang }}
- name: Run ci-prepare
@@ -60,7 +59,6 @@ jobs:
with:
path: |
~/erlang/
- ~/.kerl/
key: ${{ runner.os }}-${{ runner.arch }}-Erlang-${{ inputs.erlang }}
- name: Install required software
@@ -95,7 +93,6 @@ jobs:
with:
path: |
~/erlang/
- ~/.kerl/
key: ${{ runner.os }}-${{ runner.arch }}-Erlang-${{ inputs.latest }}
- name: Run Dialyzer