Skip to content

Commit

Permalink
👷 set surreal version to alpha in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Aug 12, 2024
1 parent 6e09c05 commit d8fc5c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
CARGO_TERM_COLOR: always
SURREALDB_VERSION: v1.4.2

jobs:
ci:
Expand All @@ -27,7 +26,7 @@ jobs:
uses: Swatinem/rust-cache@v2

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

- name: Run SurrealDB root
run: surreal start --user root --pass root memory &
Expand Down Expand Up @@ -65,7 +64,7 @@ jobs:
uses: Swatinem/rust-cache@v2

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

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

0 comments on commit d8fc5c7

Please sign in to comment.