fix(prql)

This commit is contained in:
Jacob Heider 2023-10-26 17:34:00 -04:00
parent a5a1bd7b12
commit 03d14553b3
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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