From 7e3fd386330658977322a9246d45a3820af97c9d Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Fri, 8 Apr 2022 18:45:19 -0500 Subject: [PATCH] Pin hackage again :( --- .github/workflows/prototyping.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prototyping.yml b/.github/workflows/prototyping.yml index e2758d54..4c0329ba 100644 --- a/.github/workflows/prototyping.yml +++ b/.github/workflows/prototyping.yml @@ -11,6 +11,8 @@ jobs: strategy: matrix: agda: [2.6.2.1] + hackageDate: ["2022-01-31"] + hackageTime: ["23:42:28"] name: prototyping runs-on: ubuntu-latest steps: @@ -18,7 +20,7 @@ jobs: - uses: actions/cache@v2 with: path: ~/.cabal/store - key: "prototyping-${{ runner.os }}-${{ matrix.agda }}" + key: "prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackageDate }}-${{ matrix.hackageTime }}" - uses: actions/cache@v2 id: luau-ast-cache with: