Try --allow-newer again

This commit is contained in:
ajeffrey@roblox.com 2022-04-08 19:08:43 -05:00
parent 2f300cfddc
commit 310813801c

View file

@ -34,8 +34,8 @@ jobs:
- name: cabal install
working-directory: prototyping
run: |
cabal install Agda-${{ matrix.agda }}
cabal install --allow-newer --lib scientific vector aeson text bytestring-0.11.3.0 --package-env .
cabal install --allow-newer Agda-${{ matrix.agda }}
- name: check targets
working-directory: prototyping
run: |