From 3751a548e338796b70ff63064b648d3f75f0b98b Mon Sep 17 00:00:00 2001 From: Evan Date: Sun, 2 Mar 2025 12:08:57 -0800 Subject: [PATCH] don't install submodules on github ci --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13a67784b..3bede749e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,5 @@ name: CI - on: [push, pull_request] - jobs: build: runs-on: ubuntu-latest @@ -9,7 +7,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - submodules: recursive + submodules: false - name: Setup node uses: actions/setup-node@v4 with: