Skip to content

Commit

Permalink
Downgraded agda version
Browse files Browse the repository at this point in the history
The specified version was not available on CI
  • Loading branch information
yveshauser committed Feb 8, 2024
1 parent d510fd9 commit 35aa1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: 📥 Checkout repository
uses: actions/checkout@v4

# Setup Agda 2.6.4.1 with version 2.0 of agda-stdlib and
# Setup Agda 2.6.3 with recommended version of agda-stdlib and
# uses standard-library as default
- name: ❄ Setup Agda
uses: wenkokke/setup-agda@v2
with:
agda-version: '2.6.4.1'
agda-stdlib-version: '2.0'
agda-version: '2.6.3'
agda-stdlib-version: 'recommended'
agda-defaults: |
standard-library
agda-libraries: |
Expand Down

0 comments on commit 35aa1f2

Please sign in to comment.