Skip to content

Commit

Permalink
Updated agda and std-lib version, added agda2hs
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Feb 8, 2024
1 parent e529d37 commit d510fd9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
- name: 📥 Checkout repository
uses: actions/checkout@v4

# Setup Agda 2.6.3 with its recommended version of agda-stdlib and
# Setup Agda 2.6.4.1 with version 2.0 of agda-stdlib and
# uses standard-library as default
- name: ❄ Setup Agda
uses: wenkokke/setup-agda@v2
with:
agda-version: '2.6.3'
agda-stdlib-version: 'recommended'
agda-version: '2.6.4.1'
agda-stdlib-version: '2.0'
agda-defaults: |
standard-library
agda-libraries: |
https://github.com/agda/agda2hs.git#v1.2
- name: ❓ Typecheck
run: |
Expand Down

0 comments on commit d510fd9

Please sign in to comment.