mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix
This commit is contained in:
@@ -45,11 +45,11 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
if: steps.cache-builder.outputs.cache-hit != 'true'
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Rust Cache (Compiler Internals)
|
||||
- name: Rust Cache
|
||||
if: steps.cache-builder.outputs.cache-hit != 'true'
|
||||
uses: Swatinem/rust-cache@v2
|
||||
https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/builder -> target"
|
||||
|
||||
|
||||
@@ -44,11 +44,11 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
if: steps.cache-linter.outputs.cache-hit != 'true'
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Rust Cache (Compiler Internals)
|
||||
- name: Rust Cache
|
||||
if: steps.cache-linter.outputs.cache-hit != 'true'
|
||||
uses: Swatinem/rust-cache@v2
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/somnus/core -> target"
|
||||
|
||||
|
||||
@@ -76,16 +76,16 @@ jobs:
|
||||
path: ./publisher-bin
|
||||
key: publisher-v1-${{ runner.os }}-${{ hashFiles('src/actions/publish/**/*.rs', 'src/actions/publish/Cargo.toml', 'src/actions/publish/Cargo.lock') }}
|
||||
|
||||
- name: Install Rust
|
||||
if: steps.cache-publisher.outputs.cache-hit != 'true'
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Rust Cache
|
||||
if: steps.cache-publisher.outputs.cache-hit != 'true'
|
||||
uses: Swatinem/rust-cache@v2
|
||||
https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/publish -> target"
|
||||
|
||||
- name: Install Rust
|
||||
if: steps.cache-publisher.outputs.cache-hit != 'true'
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Build Publisher
|
||||
if: steps.cache-publisher.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
||||
@@ -32,11 +32,11 @@ jobs:
|
||||
|
||||
- name: Install Rust
|
||||
if: steps.cache-coresync.outputs.cache-hit != 'true'
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Rust Cache (Compiler Internals)
|
||||
- name: Rust Cache
|
||||
if: steps.cache-coresync.outputs.cache-hit != 'true'
|
||||
uses: Swatinem/rust-cache@v2
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/coresync -> target"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user