Skip to content

Commit

Permalink
🚧 rebuild submodules
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Jan 18, 2024
1 parent e364d5e commit d2b168d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "true"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "cdevents-spec"]
path = cdevents-spec
url = git@github.com:cdevents/spec.git
url = https://github.com/cdevents/spec.git
branch = spec-v0.3
1 change: 1 addition & 0 deletions cdevents-spec
Submodule cdevents-spec added at 2b6379

0 comments on commit d2b168d

Please sign in to comment.