mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 20:50:22 +00:00
do not cache fast jobs dependencies
This commit is contained in:
parent
bf68679d35
commit
e6e91f8755
8
.github/workflows/caching-build.yml
vendored
8
.github/workflows/caching-build.yml
vendored
@ -188,10 +188,6 @@ jobs:
|
|||||||
# prevent cache permission errors
|
# prevent cache permission errors
|
||||||
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
|
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
key: ${{ matrix.component }}
|
|
||||||
prefix-key: "4"
|
|
||||||
- uses: ./.github/actions/install-deps-action
|
- uses: ./.github/actions/install-deps-action
|
||||||
# cache virtiofsd (goes away w/ 24.04)
|
# cache virtiofsd (goes away w/ 24.04)
|
||||||
- name: Cache virtiofsd
|
- name: Cache virtiofsd
|
||||||
@ -235,10 +231,6 @@ jobs:
|
|||||||
# prevent cache permission errors
|
# prevent cache permission errors
|
||||||
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
|
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
key: ${{ matrix.scheduler }}
|
|
||||||
prefix-key: "4"
|
|
||||||
- uses: ./.github/actions/install-deps-action
|
- uses: ./.github/actions/install-deps-action
|
||||||
# cache virtiofsd (goes away w/ 24.04)
|
# cache virtiofsd (goes away w/ 24.04)
|
||||||
- name: Cache virtiofsd
|
- name: Cache virtiofsd
|
||||||
|
Loading…
Reference in New Issue
Block a user