mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Try --allow-newer again
This commit is contained in:
parent
2f300cfddc
commit
310813801c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
|||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
cabal install Agda-${{ matrix.agda }}
|
||||
cabal install --allow-newer --lib scientific vector aeson text bytestring-0.11.3.0 --package-env .
|
||||
cabal install --allow-newer Agda-${{ matrix.agda }}
|
||||
- name: check targets
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue