mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: submodules
This commit is contained in:
parent
4cdcc38349
commit
275ed25a63
1 changed files with 6 additions and 0 deletions
6
libraries/droplet/.github/workflows/test.yml
vendored
6
libraries/droplet/.github/workflows/test.yml
vendored
|
|
@ -17,6 +17,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 3 # fix for when this gets triggered by tag
|
||||
fetch-tags: true
|
||||
ref: ${{ github.ref }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue