Another shot at caching

This commit is contained in:
ajeffrey@roblox.com 2022-02-08 13:57:32 -06:00
parent 521c44e065
commit fdb9c90ccd

View file

@ -23,9 +23,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: |
~/.cabal/store
build
path: ~/.cabal/store
key: prototyping-${{ runner.os }}-${{ matrix.agda }}
- name: install cabal
run: sudo apt-get install -y cabal-install