chore(ci): fix workflow

This commit is contained in:
Erica Marigold 2023-07-28 12:58:23 +05:30 committed by GitHub
parent f9ee37c83a
commit 35acb9e026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ jobs:
with:
submodules: true
- name: Set working directory
run: cd lune-src/
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with: