mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Try to get cabal weirdness not to be weird
This commit is contained in:
parent
8c390ffee2
commit
7dae33b7ae
1 changed files with 6 additions and 4 deletions
10
.github/workflows/prototyping.yml
vendored
10
.github/workflows/prototyping.yml
vendored
|
@ -23,11 +23,13 @@ jobs:
|
|||
- name: cabal update
|
||||
working-directory: prototyping
|
||||
run: cabal update
|
||||
- name: cabal install dependencies
|
||||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: cabal install --lib aeson scientific vector
|
||||
- name: cabal install agda
|
||||
run: cabal install Agda
|
||||
run: |
|
||||
cabal install --lib aeson
|
||||
cabal install --lib scientific
|
||||
cabal install --lib vector
|
||||
cabal install Agda
|
||||
- name: check examples
|
||||
working-directory: prototyping
|
||||
run: ~/.cabal/bin/agda Examples.agda
|
||||
|
|
Loading…
Add table
Reference in a new issue