mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add cabal update to workflow
This commit is contained in:
parent
50a9ea1b63
commit
ce9b7e4c70
1 changed files with 4 additions and 1 deletions
5
.github/workflows/prototyping.yml
vendored
5
.github/workflows/prototyping.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
- 'prototyping/**'
|
||||
|
||||
jobs:
|
||||
unix:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -25,6 +25,9 @@ jobs:
|
|||
- name: check examples
|
||||
working-directory: prototyping
|
||||
run: agda Examples.agda
|
||||
- name: cabal update
|
||||
working-directory: prototyping
|
||||
run: cabal update
|
||||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: cabal install --lib aeson scientific vector
|
||||
|
|
Loading…
Add table
Reference in a new issue