mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 09:47:34 +03:00
remove use of cache
This commit is contained in:
parent
6ae4f91ecc
commit
4625189cb9
7
.github/actions/init-env-rust/action.yaml
vendored
7
.github/actions/init-env-rust/action.yaml
vendored
@ -3,13 +3,6 @@ description: prepare runner for rust related tasks
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Cache rust dependencies
|
|
||||||
if: runner.name != 'ScottsMacStudio' # internet in berlin is very slow
|
|
||||||
uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
prefix-key: gitbutler-client
|
|
||||||
shared-key: rust
|
|
||||||
|
|
||||||
- name: Check versions
|
- name: Check versions
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@ -227,6 +227,5 @@ jobs:
|
|||||||
if: ${{ needs.changes.outputs.rust == 'true' }}
|
if: ${{ needs.changes.outputs.rust == 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
- name: "cargo check"
|
- name: "cargo check"
|
||||||
run: cargo check --all --bins --examples --features windows
|
run: cargo check --all --bins --examples --features windows
|
||||||
|
Loading…
Reference in New Issue
Block a user