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
2d04049077
commit
8c390ffee2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/prototyping.yml
vendored
8
.github/workflows/prototyping.yml
vendored
|
@ -23,7 +23,10 @@ jobs:
|
|||
- name: cabal update
|
||||
working-directory: prototyping
|
||||
run: cabal update
|
||||
- name: install agda
|
||||
- name: cabal install dependencies
|
||||
working-directory: prototyping
|
||||
run: cabal install --lib aeson scientific vector
|
||||
- name: cabal install agda
|
||||
run: cabal install Agda
|
||||
- name: check examples
|
||||
working-directory: prototyping
|
||||
|
@ -32,9 +35,6 @@ jobs:
|
|||
run: cmake .
|
||||
- name: cmake build luau-ast
|
||||
run: cmake --build . --target Luau.Ast.CLI
|
||||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: cabal install --lib aeson scientific vector
|
||||
- name: build PrettyPrinter
|
||||
working-directory: prototyping
|
||||
run: ~/.cabal/bin/agda --compile PrettyPrinter.agda
|
||||
|
|
Loading…
Add table
Reference in a new issue