mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Change GitHub CI cache keys
They changed it so `runner.name` is no longer the 'name' of the runner and it's now a generic string in the format `Github Actions $idx`.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.name }}-${{ matrix.cross-target }}
|
||||
key: ${{ matrix.name }}-${{ matrix.cross-target }}
|
||||
|
||||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user