From af1ceb04ec35911c641c147f4a89dca8a0f143b2 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Thu, 18 Jan 2024 22:33:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20clean=20up=20ci,=20after=20debug?= =?UTF-8?q?=20and=20fix=20the=20submodule=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Bernard --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7603f03..ae254b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: with: fetch-depth: 0 submodules: "true" - - run: | - ls -la - # name: Git Sumbodule Update - git pull --recurse-submodules - git submodule update --remote --recursive - ls -la cdevents-spec/ - uses: jdx/rtx-action@v1 - name: Cache cargo registry uses: actions/cache@v3