checkout with submodule

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

View file

@ -21,8 +21,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'true' 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