fix(tailcall)

closes #5664
closes #5663
This commit is contained in:
Jacob Heider 2024-03-21 11:26:56 -04:00 committed by Jacob Heider
parent d257976018
commit bb2f99e4dc

View file

@ -11,12 +11,15 @@ versions:
build: build:
env: env:
APP_VERSION: "{{ version }}" APP_VERSION: '{{ version }}'
dependencies: dependencies:
rust-lang.org: ">=1.65" rust-lang.org: '>=1.65'
rust-lang.org/cargo: "*" rust-lang.org/cargo: '*'
script: cargo install --locked --path . --root {{prefix}} script: cargo install --locked --path . --root {{prefix}}
test: test:
script: script:
# required file
- run: touch .env
if: '>=0.66.0'
- test "$(tailcall --version)" = "tailcall {{version}}" - test "$(tailcall --version)" = "tailcall {{version}}"