Skip to content

Commit

Permalink
Remove cache from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehri01 committed Dec 31, 2020
1 parent 7afaece commit ff9cb71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ff9cb71

Please sign in to comment.