checkout with submodule

This commit is contained in:
kn0sys 2024-09-23 05:26:18 -04:00
parent a332b1655f
commit 901e26116a
No known key found for this signature in database
GPG key ID: 3BDB674C95F103FA

View file

@ -20,7 +20,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with:
submodules: 'true'
- name: Install dependencies - name: Install dependencies
run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly run: sudo apt install -y libssl-dev build-essential && rustup toolchain install nightly
- name: Build and Clippy - name: Build and Clippy