mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
chore(ci): fix workflow
This commit is contained in:
parent
f9ee37c83a
commit
35acb9e026
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue