From ff9cb71b21141e0a1a3842fec424d9c70743cae5 Mon Sep 17 00:00:00 2001 From: rmehri01 Date: Wed, 30 Dec 2020 20:58:12 -0700 Subject: [PATCH] Remove cache from github actions --- .github/workflows/cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 754ddb9..64adf8b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -41,12 +41,6 @@ jobs: enable-stack: true stack-version: 'latest' - - uses: actions/cache@v2 - name: Cache ~/.stack - with: - path: ~/.stack - key: ${{ runner.os }}-stack - - name: Build project id: build_project run: |