Skip to content

Commit

Permalink
Updated Agda version
Browse files Browse the repository at this point in the history
  • Loading branch information
asajeffrey committed Apr 9, 2022
1 parent 3108138 commit 8c2e5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prototyping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
linux:
strategy:
matrix:
agda: [2.6.2.1]
hackageDate: ["2022-01-31"]
hackageTime: ["23:42:28"]
agda: [2.6.2.2]
hackageDate: ["2022-04-07"]
hackageTime: ["23:06:28Z"]
name: prototyping
runs-on: ubuntu-latest
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: cabal install
working-directory: prototyping
run: |
cabal install --allow-newer --lib scientific vector aeson text bytestring-0.11.3.0 --package-env .
cabal install --lib scientific vector aeson --package-env .
cabal install --allow-newer Agda-${{ matrix.agda }}
- name: check targets
working-directory: prototyping
Expand Down

0 comments on commit 8c2e5a0

Please sign in to comment.