Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cqb13 committed Jul 9, 2024
1 parent 974ded5 commit 18c385b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c385b

Please sign in to comment.