From c9d9277fc1ae2812294733f305c0ca58b6a89dbd Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Thu, 7 Apr 2022 17:57:18 -0500 Subject: [PATCH] Pin package versions --- .github/workflows/prototyping.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prototyping.yml b/.github/workflows/prototyping.yml index 6bc8a81b..495642f3 100644 --- a/.github/workflows/prototyping.yml +++ b/.github/workflows/prototyping.yml @@ -11,6 +11,9 @@ jobs: strategy: matrix: agda: [2.6.2.1] + scientific: [0.3.7.0] + vector: [0.12.3.1] + aeson: [2.0.3.0] name: prototyping runs-on: ubuntu-latest steps: @@ -33,7 +36,7 @@ jobs: working-directory: prototyping run: | 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 working-directory: prototyping run: |