From 60bc79cff5e5a4d9b33408aba740b72e8208ae89 Mon Sep 17 00:00:00 2001 From: SolidStateDrive Date: Sun, 2 Feb 2025 15:13:57 +0100 Subject: [PATCH] fix(ci): update spacing --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 250eaab..d0a520b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + - name: Setup Rust run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y