From d8fc5c75070c4c4e6568dc8273ea620b5edc4b72 Mon Sep 17 00:00:00 2001 From: Odonno Date: Mon, 12 Aug 2024 22:08:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20set=20surreal=20version=20to=20a?= =?UTF-8?q?lpha=20in=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10f606c..c708c8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,6 @@ on: env: CARGO_TERM_COLOR: always - SURREALDB_VERSION: v1.4.2 jobs: ci: @@ -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 & @@ -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 &