mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(prql)
This commit is contained in:
parent
a5a1bd7b12
commit
03d14553b3
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ versions:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ^1.65
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
- run: cargo install --path prql-compiler --root {{prefix}}
|
||||
|
@ -16,7 +17,9 @@ build:
|
|||
- run: cargo install --path prql-compiler/prqlc --root {{prefix}}
|
||||
if: '>=0.4.1<0.9.0'
|
||||
- run: cargo install --path crates/prqlc --root {{prefix}} --all-features
|
||||
if: '>=0.9.0'
|
||||
if: '>=0.9.0<0.10.0'
|
||||
- run: cargo install --path prqlc/prqlc --root {{prefix}} --all-features
|
||||
if: '>=0.10.0'
|
||||
|
||||
# Bin got renamed; this is one way to keep ourselves working
|
||||
- run: ln -s prql-compiler prqlc
|
||||
|
|
Loading…
Reference in a new issue