From 89397fbf3b702768dd6b5a66c7b26bf4cad90373 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 16 Dec 2024 11:50:58 -0500 Subject: [PATCH] revert remote change --- .github/workflows/blui-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 9200df630..8abd64a32 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -142,7 +142,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' - - run: git submodule init && git submodule update --remote + - run: git submodule init && git submodule update - run: yarn --immutable working-directory: demos/showcase - name: Download tarball