From a74f968fcf88b9504b3d5159da1651eef11a1ca9 Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Fri, 8 Apr 2022 18:03:19 -0500 Subject: [PATCH] YAML syntax --- .github/workflows/prototyping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prototyping.yml b/.github/workflows/prototyping.yml index 43b6ec6c..2dac3a00 100644 --- a/.github/workflows/prototyping.yml +++ b/.github/workflows/prototyping.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/cache@v2 with: path: ~/.cabal/store - key: prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackage }} + key: "prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackage }}" - uses: actions/cache@v2 id: luau-ast-cache with: @@ -29,7 +29,7 @@ jobs: run: sudo apt-get install -y cabal-install - name: cabal update working-directory: prototyping - run: cabal v2-update hackage.haskell.org,${{ matrix.hackage }} + run: cabal v2-update "hackage.haskell.org,${{ matrix.hackage }}" - name: cabal install working-directory: prototyping run: |