mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
YAML syntax
This commit is contained in:
parent
63e9d555fa
commit
a74f968fcf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/prototyping.yml
vendored
4
.github/workflows/prototyping.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.cabal/store
|
path: ~/.cabal/store
|
||||||
key: prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackage }}
|
key: "prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackage }}"
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
id: luau-ast-cache
|
id: luau-ast-cache
|
||||||
with:
|
with:
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: sudo apt-get install -y cabal-install
|
run: sudo apt-get install -y cabal-install
|
||||||
- name: cabal update
|
- name: cabal update
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: cabal v2-update hackage.haskell.org,${{ matrix.hackage }}
|
run: cabal v2-update "hackage.haskell.org,${{ matrix.hackage }}"
|
||||||
- name: cabal install
|
- name: cabal install
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue