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/**'
|
- 'prototyping/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unix:
|
linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
@ -25,6 +25,9 @@ jobs:
|
||||||
- name: check examples
|
- name: check examples
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: agda Examples.agda
|
run: agda Examples.agda
|
||||||
|
- name: cabal update
|
||||||
|
working-directory: prototyping
|
||||||
|
run: cabal update
|
||||||
- name: cabal install
|
- name: cabal install
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: cabal install --lib aeson scientific vector
|
run: cabal install --lib aeson scientific vector
|
||||||
|
|
Loading…
Add table
Reference in a new issue