fix: CI rust version mismatch, create empty db (#173)

* fix: create db if does not exists

* chore: update rust version

* chore: bump version to 1.0.1
This commit is contained in:
Ludo Galabru
2023-09-13 16:41:13 -04:00
committed by GitHub
parent d63d17a913
commit cd2842eac7
5 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /src
RUN apt update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev
RUN rustup update 1.67.0 && rustup default 1.67.0
RUN rustup update 1.72.0 && rustup default 1.72.0
COPY ./components/ordhook-cli /src/components/ordhook-cli