Skip to content

Commit 581ea8d

Browse files
committed
update package-log.json
1 parent b688db6 commit 581ea8d

File tree

2 files changed

+370
-14
lines changed

2 files changed

+370
-14
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- name: Build
2020
shell: pwsh
21-
run: |
22-
npm ci
23-
./build.ps1 -clippy
21+
run: ./build.ps1 -clippy
2422
- name: Run tests
2523
shell: pwsh
2624
run: ./build.ps1 -test
@@ -33,9 +31,7 @@ jobs:
3331
- uses: actions/checkout@v3
3432
- name: Build
3533
shell: pwsh
36-
run: |
37-
npm ci
38-
./build.ps1 -clippy
34+
run: ./build.ps1 -clippy
3935
- name: Run tests
4036
shell: pwsh
4137
run: ./build.ps1 -test
@@ -48,9 +44,7 @@ jobs:
4844
- uses: actions/checkout@v3
4945
- name: Build
5046
shell: pwsh
51-
run: |
52-
npm ci
53-
./build.ps1 -clippy
47+
run: ./build.ps1 -clippy
5448
- name: Run tests
5549
shell: pwsh
5650
run: ./build.ps1 -test

0 commit comments

Comments
 (0)