Skip to content

Commit

Permalink
[ ci ]
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Nov 4, 2024
1 parent 6d046f5 commit f65f83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
stack-resolver: [lts-20.26]
agda: ["lts-20.26 Agda-2.6.4"]
fail-fast: false

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: ⏬ Install Agda
run: |
stack install --resolver ${{ matrix.stack_resolver }} Agda-2.6.4
stack install --resolver ${{ matrix.agda }}
which agda
agda --version
Expand Down

0 comments on commit f65f83e

Please sign in to comment.