Skip to content

Commit

Permalink
chore: submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2024
1 parent 8450ff7 commit 83d68a9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: Swatinem/rust-cache@v2
with:
shared-key: test
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- uses: jdx/mise-action@v2
with:
Expand Down Expand Up @@ -77,6 +79,8 @@ jobs:
needs: [build-and-publish]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: jdx/mise-action@v2
with:
experimental: true
Expand All @@ -95,5 +99,7 @@ jobs:
needs: [build-and-publish]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: jdx/mise-action@v2
- run: gh release edit ${{ github.ref_name }} --draft=false
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
- uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: Swatinem/rust-cache@v2
with:
shared-key: test
Expand Down

0 comments on commit 83d68a9

Please sign in to comment.