fix: submodules

This commit is contained in:
DecDuck
2026-03-02 22:11:09 +11:00
parent 4cdcc38349
commit 275ed25a63
+6
View File
@@ -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