Skip to content

Commit

Permalink
CI: Enable git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Dec 19, 2024
1 parent cd6cb26 commit cb7f7aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 100
submodules: true
- name: Fetch all tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Generate Changelog
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
with:
submodules: true
- name: Run tests
run: cargo test --verbose

Expand All @@ -28,6 +30,8 @@ jobs:
with:
rust-version: nightly
- uses: actions/checkout@master
with:
submodules: true
- name: Check locales
env:
LOCALE: ${{ matrix.locale }}
Expand Down

0 comments on commit cb7f7aa

Please sign in to comment.