Skip to content

Commit ddd8846

Browse files
committed
fix: update more ci
1 parent ea94c76 commit ddd8846

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,8 @@ jobs:
2626
os: macos-latest
2727

2828
steps:
29-
- uses: actions/checkout@v2
30-
31-
- name: Cache .cargo and target
32-
uses: actions/cache@v2
33-
with:
34-
path: |
35-
~/.cargo
36-
./target
37-
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
38-
restore-keys: |
39-
${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
40-
${{ runner.os }}-cargo-build
29+
- name: Checkout
30+
uses: actions/checkout@v4
4131

4232
- name: Setup Rust
4333
uses: dtolnay/rust-toolchain@stable

.github/workflows/upload-artifacts.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ jobs:
3838
- name: Checkout project files
3939
uses: actions/checkout@v2
4040

41-
- name: Cache .cargo and target
42-
uses: actions/cache@v2
43-
with:
44-
path: |
45-
~/.cargo
46-
./target
47-
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.toml') }}
48-
restore-keys: |
49-
${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
50-
${{ runner.os }}-cargo-build
51-
5241
- name: Setup Rust
5342
uses: dtolnay/rust-toolchain@stable
5443

0 commit comments

Comments
 (0)