mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Pin bytestring version
This commit is contained in:
parent
c9d9277fc1
commit
24e0143800
1 changed files with 2 additions and 1 deletions
3
.github/workflows/prototyping.yml
vendored
3
.github/workflows/prototyping.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
agda: [2.6.2.1]
|
||||
bytestring: [0.11.1.0]
|
||||
scientific: [0.3.7.0]
|
||||
vector: [0.12.3.1]
|
||||
aeson: [2.0.3.0]
|
||||
|
@ -36,7 +37,7 @@ jobs:
|
|||
working-directory: prototyping
|
||||
run: |
|
||||
cabal install Agda-${{ matrix.agda }}
|
||||
cabal install --lib scientific-${{ matrix.scientific }} vector-${{ matrix.vector }} aeson-${{ matrix.aeson }} --package-env .
|
||||
cabal install --lib bytestring-{{ matrix.bytestring }} scientific-${{ matrix.scientific }} vector-${{ matrix.vector }} aeson-${{ matrix.aeson }} --package-env .
|
||||
- name: check targets
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue