mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Another shot at caching
This commit is contained in:
parent
521c44e065
commit
fdb9c90ccd
1 changed files with 1 additions and 3 deletions
4
.github/workflows/prototyping.yml
vendored
4
.github/workflows/prototyping.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue