Skip to content

Commit

Permalink
chore: remove caching of opencascade in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmaxim345 committed Jun 27, 2024
1 parent c89a18d commit 035aa67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Cache OpenCASCADE
uses: actions/cache@v4
with:
path: |
crates/opencascade-sys/occt_build
crates/opencascade-sys/occt_source
key: opencascade-${{ runner.os }}-${{ hashFiles('**/occt_commit_hash.lock') }}
- name: Cache Cargo
uses: actions/cache@v4
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Cache OpenCASCADE
uses: actions/cache@v4
with:
path: |
crates/opencascade-sys/occt_build
crates/opencascade-sys/occt_source
key: opencascade-${{ runner.os }}-${{ hashFiles('**/occt_commit_hash.lock') }}
- name: Cache Cargo
uses: actions/cache@v4
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.toolchain }}
- name: Cache OpenCASCADE
uses: actions/cache@v4
with:
path: |
crates/opencascade-sys/occt_build
crates/opencascade-sys/occt_source
key: opencascade-${{ runner.os }}-${{ hashFiles('**/occt_commit_hash.lock') }}
- name: Cache Cargo
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 035aa67

Please sign in to comment.