mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Pin package versions
This commit is contained in:
parent
8f42edeb26
commit
c9d9277fc1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/prototyping.yml
vendored
5
.github/workflows/prototyping.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
agda: [2.6.2.1]
|
||||
scientific: [0.3.7.0]
|
||||
vector: [0.12.3.1]
|
||||
aeson: [2.0.3.0]
|
||||
name: prototyping
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -33,7 +36,7 @@ jobs:
|
|||
working-directory: prototyping
|
||||
run: |
|
||||
cabal install Agda-${{ matrix.agda }}
|
||||
cabal install --lib scientific vector aeson --package-env .
|
||||
cabal install --lib 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