From 18c385b1f6f63e2d1b13179fb9611af518781665 Mon Sep 17 00:00:00 2001 From: cqb13 Date: Mon, 8 Jul 2024 20:12:10 -0400 Subject: [PATCH] fix workflows --- .github/workflows/publish.yml | 3 --- .github/workflows/pull_request.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8dd5500..70910e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,9 +41,6 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 - with: - submodules: true - fetch-depth: 0 - name: Initialize and update submodules run: git submodule update --init --recursive diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9f2b847..e648314 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,8 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Initialize and update submodules - run: git submodule update --init --recursive - name: Build run: cargo build --verbose - name: Run tests