Try to get cabal weirdness not to be weird

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 21:14:16 -06:00
parent 8c390ffee2
commit 7dae33b7ae

View file

@ -23,11 +23,13 @@ jobs:
- name: cabal update
working-directory: prototyping
run: cabal update
- name: cabal install dependencies
- name: cabal install
working-directory: prototyping
run: cabal install --lib aeson scientific vector
- name: cabal install agda
run: cabal install Agda
run: |
cabal install --lib aeson
cabal install --lib scientific
cabal install --lib vector
cabal install Agda
- name: check examples
working-directory: prototyping
run: ~/.cabal/bin/agda Examples.agda