We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0221d commit 5b21fdaCopy full SHA for 5b21fda
3 files changed
.github/workflows/lints.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- name: Checkout Code
25
uses: actions/checkout@v4
26
+ with:
27
+ submodules: recursive
28
29
- name: Set up Rust
30
uses: actions-rust-lang/setup-rust-toolchain@v1
.github/workflows/publish.yml
@@ -29,6 +29,8 @@ jobs:
- name: Checkout Repository
31
32
33
34
35
36
.github/workflows/tests.yml
@@ -28,6 +28,8 @@ jobs:
- name: Set up Rust ${{ matrix.rust-version }}
0 commit comments