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