mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Pin bytestring again :(
This commit is contained in:
parent
d25c501e4a
commit
6fe94e0664
1 changed files with 2 additions and 4 deletions
6
.github/workflows/prototyping.yml
vendored
6
.github/workflows/prototyping.yml
vendored
|
@ -11,8 +11,6 @@ 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:
|
||||||
|
@ -20,7 +18,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.hackageDate }}-${{ matrix.hackageTime }}"
|
key: "prototyping-${{ runner.os }}-${{ matrix.agda }}"
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
id: luau-ast-cache
|
id: luau-ast-cache
|
||||||
with:
|
with:
|
||||||
|
@ -35,7 +33,7 @@ jobs:
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
cabal install Agda-${{ matrix.agda }}
|
cabal install Agda-${{ matrix.agda }}
|
||||||
cabal install --lib scientific vector aeson --package-env .
|
cabal install --lib scientific vector aeson bytestring-0.11.3.0 --package-env .
|
||||||
- name: check targets
|
- name: check targets
|
||||||
working-directory: prototyping
|
working-directory: prototyping
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue