mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Pin hackage again :(
This commit is contained in:
parent
6fe94e0664
commit
7e3fd38633
1 changed files with 3 additions and 1 deletions
4
.github/workflows/prototyping.yml
vendored
4
.github/workflows/prototyping.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
agda: [2.6.2.1]
|
agda: [2.6.2.1]
|
||||||
|
hackageDate: ["2022-01-31"]
|
||||||
|
hackageTime: ["23:42:28"]
|
||||||
name: prototyping
|
name: prototyping
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -18,7 +20,7 @@ jobs:
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.cabal/store
|
path: ~/.cabal/store
|
||||||
key: "prototyping-${{ runner.os }}-${{ matrix.agda }}"
|
key: "prototyping-${{ runner.os }}-${{ matrix.agda }}-${{ matrix.hackageDate }}-${{ matrix.hackageTime }}"
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
id: luau-ast-cache
|
id: luau-ast-cache
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue