From ece8221e79ef4fa448cbf6d5f680ffe1d79794a0 Mon Sep 17 00:00:00 2001 From: Flori <39242991+bitfl0wer@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:29:27 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 383b5e7..0a96686 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: - name: Navigate to project root run: cd server - name: Install Node packages - run: npm i + run: npm ci - name: Build and generate schema run: npm run setup - name: Start the server