Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Jul 13, 2024
1 parent 59dfe63 commit 7fd223f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-haskell@v1
- uses: wenkokke/setup-agda@v2
with:
ghc-version: '8.10.3'
ghc-version: '8.8.1'
stack-version: '2.7.3'

- name: Install dependencies
Expand All @@ -27,9 +27,9 @@ jobs:
echo "DONE 1"
cabal update
echo "DONE 2"
echo "$(agda --version)"
echo $(cabal info base)
cabal install agda2hs
echo "$(agda --version)"
echo "DONE 3"
- name: Build
run: |
Expand Down

0 comments on commit 7fd223f

Please sign in to comment.