YAML syntax

This commit is contained in:
ajeffrey@roblox.com 2022-04-08 18:03:19 -05:00
parent 63e9d555fa
commit a74f968fcf

View file

@ -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: |