Pin package versions

This commit is contained in:
ajeffrey@roblox.com 2022-04-07 17:57:18 -05:00
parent 8f42edeb26
commit c9d9277fc1

View file

@ -11,6 +11,9 @@ jobs:
strategy: strategy:
matrix: matrix:
agda: [2.6.2.1] agda: [2.6.2.1]
scientific: [0.3.7.0]
vector: [0.12.3.1]
aeson: [2.0.3.0]
name: prototyping name: prototyping
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -33,7 +36,7 @@ jobs:
working-directory: prototyping working-directory: prototyping
run: | run: |
cabal install Agda-${{ matrix.agda }} cabal install Agda-${{ matrix.agda }}
cabal install --lib scientific vector aeson --package-env . cabal install --lib scientific-${{ matrix.scientific }} vector-${{ matrix.vector }} aeson-${{ matrix.aeson }} --package-env .
- name: check targets - name: check targets
working-directory: prototyping working-directory: prototyping
run: | run: |