From d0535894678b21446c5a450adbccc7c8b469b4c6 Mon Sep 17 00:00:00 2001 From: Carter Himmel Date: Mon, 4 Sep 2023 17:02:52 -0600 Subject: [PATCH] ci: remove workspaces --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 515e19e..864185c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,6 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2 - with: - workspaces: | - example - scyllax - scyllax-macros - name: Setup Rust uses: dtolnay/rust-toolchain@stable