mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 11:58:32 +00:00
Remove caching
This commit is contained in:
parent
b37f113062
commit
e1620a0582
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -27,16 +27,6 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Cache cargo registry
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/registry
|
|
||||||
key: ${{ runner.os }}-cargo-registry
|
|
||||||
- name: Cache cargo index
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/git
|
|
||||||
key: ${{ runner.os }}-cargo-index
|
|
||||||
- name: Run cargo check
|
- name: Run cargo check
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -106,10 +96,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --manifest-path imgui-sys-bindgen/Cargo.toml
|
args: --manifest-path imgui-sys-bindgen/Cargo.toml
|
||||||
- name: Clean cache
|
|
||||||
run: |
|
|
||||||
cargo install --no-default-features --features ci-autoclean cargo-cache
|
|
||||||
cargo-cache
|
|
||||||
test:
|
test:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
needs: [check]
|
needs: [check]
|
||||||
@ -142,16 +128,6 @@ jobs:
|
|||||||
- name: Install Ubuntu packages
|
- name: Install Ubuntu packages
|
||||||
run: sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev
|
run: sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
- name: Cache cargo registry
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/registry
|
|
||||||
key: ${{ runner.os }}-cargo-registry
|
|
||||||
- name: Cache cargo index
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: ~/.cargo/git
|
|
||||||
key: ${{ runner.os }}-cargo-index
|
|
||||||
- name: Run cargo test
|
- name: Run cargo test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -188,7 +164,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
||||||
- name: Clean cache
|
|
||||||
run: |
|
|
||||||
cargo install --no-default-features --features ci-autoclean cargo-cache
|
|
||||||
cargo-cache
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user