Skip to content

Commit

Permalink
CI: removes submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Nov 22, 2024
1 parent 12653bc commit af80153
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with: { tool: cargo-semver-checks }
Expand Down Expand Up @@ -104,8 +102,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v4
id: cache-corpus
with:
Expand All @@ -130,8 +126,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with: { tool: cargo-llvm-cov }
Expand Down

0 comments on commit af80153

Please sign in to comment.