mirror of
https://github.com/OMGeeky/downloader.git
synced 2025-12-28 15:28:06 +01:00
Reorder cache position in action
This commit is contained in:
2
.github/workflows/dispatch.yml
vendored
2
.github/workflows/dispatch.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
# - target: x86_64-apple-darwin
|
||||
# archive: zip
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Set up cargo cache
|
||||
uses: actions/cache@v3
|
||||
continue-on-error: false
|
||||
@@ -33,7 +34,6 @@ jobs:
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: ${{ runner.os }}-cargo-
|
||||
- uses: actions/checkout@master
|
||||
- name: Compile
|
||||
id: compile
|
||||
uses: rust-build/rust-build.action@v1.4.3
|
||||
|
||||
Reference in New Issue
Block a user