File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,11 @@ jobs:
26
26
sudo apt-get install -y pkg-config build-essential libudev-dev
27
27
npm install --global yarn
28
28
29
- - name : Cache Node Dependencies
30
- uses : actions/cache@v3
31
- with :
32
- path : ' **/node_modules'
33
- key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
34
-
35
29
- name : Install Rust
36
30
uses : dtolnay/rust-toolchain@stable
37
31
with :
38
32
toolchain : stable
39
33
40
- - name : Cache Rust
41
- uses : Swatinem/rust-cache@v2
42
-
43
34
- name : Install Solana
44
35
run : |
45
36
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
58
49
- name : Install node modules
59
50
run : |
60
51
yarn --frozen-lockfile --network-concurrency 2
61
- - name : Cache Rust
62
- uses : Swatinem/rust-cache@v2
52
+
63
53
- name : Run Lint
64
54
run : |
65
55
if [ "${{ matrix.task }}" == "clippy" ]; then
80
70
with :
81
71
toolchain : stable
82
72
83
- - name : Cache Rust
84
- uses : Swatinem/rust-cache@v2
85
-
86
73
- name : Install Solana
87
74
run : |
88
75
sh -c "$(curl -sSfL https://release.solana.com/${{ env.solana_version }}/install)"
You can’t perform that action at this time.
0 commit comments