This commit is contained in:
omo50
2026-04-18 15:10:30 -06:00
parent b67ff493d0
commit 1219c61e3f
4 changed files with 14 additions and 14 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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: |

View File

@@ -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"