Skip to content

Commit

Permalink
💚 set version of surrealdb to use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Sep 18, 2024
1 parent 6247090 commit 5112c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: embedded-macos-latest

- name: Download SurrealDB
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --version v1.5.5

- name: Run SurrealDB root
run: surreal start --user root --pass root memory --auth --allow-guests &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: ./rust-embedded/target/debug

- name: Download SurrealDB
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --version v1.5.5

- name: Run SurrealDB root
run: surreal start --user root --pass root memory --auth --allow-guests &
Expand Down

0 comments on commit 5112c50

Please sign in to comment.