Skip to content

Commit 9de4d6d

Browse files
author
Rehan Rana
committed
Merge branch 'master' of https://github.com/RAR27/dyn-wall-rs into master
2 parents 03a98ef + ebfc84f commit 9de4d6d

File tree

2 files changed

+1
-53
lines changed

2 files changed

+1
-53
lines changed

.github/workflows/on_push.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ jobs:
88
matrix:
99
os: [ubuntu-latest, windows-latest]
1010

11-
steps:
12-
- name: Cache Deps
13-
uses: actions/[email protected]
14-
with:
15-
path: |
16-
~/.cargo/registry
17-
~/.cargo/git
18-
target
19-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
20-
11+
steps:
2112
- uses: actions/checkout@v2
2213
- name: Run tests
2314
run: cargo test --verbose
@@ -27,15 +18,6 @@ jobs:
2718
runs-on: ubuntu-latest
2819
steps:
2920
- uses: actions/checkout@v2
30-
31-
- name: Cache Deps
32-
uses: actions/[email protected]
33-
with:
34-
path: |
35-
~/.cargo/registry
36-
~/.cargo/git
37-
target
38-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3921

4022
- name: Build
4123
run: cargo build --release
@@ -61,14 +43,6 @@ jobs:
6143
steps:
6244
- uses: actions/checkout@v2
6345

64-
- name: Cache Deps
65-
uses: actions/[email protected]
66-
with:
67-
path: |
68-
~/.cargo/registry
69-
~/.cargo/git
70-
target
71-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7246
- name: Build
7347
run: cargo build --release
7448

.github/workflows/release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ jobs:
1212
os: [ubuntu-latest, windows-latest]
1313

1414
steps:
15-
- name: Cache Deps
16-
uses: actions/[email protected]
17-
with:
18-
path: |
19-
~/.cargo/registry
20-
~/.cargo/git
21-
target
22-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
23-
2415
- uses: actions/checkout@v2
2516
- name: Run tests
2617
run: cargo test --verbose
@@ -30,15 +21,6 @@ jobs:
3021
runs-on: ubuntu-latest
3122
steps:
3223
- uses: actions/checkout@v2
33-
34-
- name: Cache Deps
35-
uses: actions/[email protected]
36-
with:
37-
path: |
38-
~/.cargo/registry
39-
~/.cargo/git
40-
target
41-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4224

4325
- name: Build
4426
run: cargo build --release
@@ -93,14 +75,6 @@ jobs:
9375
steps:
9476
- uses: actions/checkout@v2
9577

96-
- name: Cache Deps
97-
uses: actions/[email protected]
98-
with:
99-
path: |
100-
~/.cargo/registry
101-
~/.cargo/git
102-
target
103-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
10478
- name: Build
10579
run: cargo build --release
10680

0 commit comments

Comments
 (0)