mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
more workflow tweaking
This commit is contained in:
parent
0d85a7eccb
commit
b6b7597658
1 changed files with 5 additions and 5 deletions
10
.github/workflows/prototyping.yml
vendored
10
.github/workflows/prototyping.yml
vendored
|
@ -47,9 +47,7 @@ jobs:
|
|||
working-directory: prototyping
|
||||
run: |
|
||||
cabal install Agda-${{ matrix.agda }}
|
||||
cabal install --lib scientific --package-env .
|
||||
cabal install --lib vector --package-env .
|
||||
cabal install --lib aeson --package-env .
|
||||
cabal install --lib scientific vector aeson --package-env .
|
||||
- name: check targets
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
@ -63,10 +61,12 @@ jobs:
|
|||
- name: cmake configure
|
||||
run: |
|
||||
mkdir build
|
||||
cmake build
|
||||
cd build
|
||||
cmake ../
|
||||
- name: cmake build luau-ast
|
||||
working-directory: build
|
||||
run: |
|
||||
cmake --build build/ --target Luau.Ast.CLI
|
||||
cmake --build ../ --target Luau.Ast.CLI
|
||||
- name: run tests
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue