Skip to content
Snippets Groups Projects
Unverified Commit b54171bc authored by GyDi's avatar GyDi
Browse files

chore: rust cache

parent 936b2131
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
with:
working-directory: src-tauri
- name: Install Node
uses: actions/setup-node@v1
......
......@@ -34,6 +34,8 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v1
with:
working-directory: src-tauri
- name: Install Node
uses: actions/setup-node@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment