Skip to content

Commit

Permalink
Checkout submodule (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Aug 15, 2023
1 parent 98edfbb commit 175c4b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
- uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_ignored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
RUSTFLAGS: -D warnings
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
- uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "lurk-lib"]
path = lurk-lib
url = git@github.com:lurk-lab/lurk-lib.git
url = https://github.com/lurk-lab/lurk-lib.git

0 comments on commit 175c4b5

Please sign in to comment.