diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd206b7..0965a24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,13 +18,13 @@ jobs: name: Cache cabal packages id: cache-cabal with: - path: | - ~/.cabal/packages - ~/.cabal/store - ~/.cabal/bin - ~/.local/bin - dist-newstyle - key: ${{ runner.os }}-${{ matrix.ghc-ver }}-${{ matrix.cabal-ver }}-${{ matrix.agda-ref }} + path: | + ~/.cabal/packages + ~/.cabal/store + ~/.cabal/bin + ~/.local/bin + dist-newstyle + key: ${{ runner.os }}-${{ matrix.ghc-ver }}-${{ matrix.cabal-ver }}-${{ matrix.agda-ref }} - name: Install cabal if: steps.cache-cabal.outputs.cache != 'true' uses: actions/setup-haskell@v1.1.3