2024-09-05 22:36:47 +02:00
|
|
|
name: Build Agda
|
|
|
|
|
2024-09-05 22:38:06 +02:00
|
|
|
on: [push]
|
2024-09-05 22:36:47 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-09-05 22:38:56 +02:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
# runs-on: ${{ matrix.os }}
|
|
|
|
# strategy:
|
|
|
|
# matrix:
|
|
|
|
# os: [ubuntu-latest, macOS-latest, windows-latest]
|
|
|
|
# agda-version: [2.6.2, 2.7.0]
|
2024-09-05 22:36:47 +02:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- uses: haskell-actions/setup@v2
|
|
|
|
with:
|
|
|
|
ghc-version: 9.8.2
|
|
|
|
cabal-version: 3.10.3.0
|
|
|
|
- name: Install Agda
|
|
|
|
run: cabal install Agda
|