Skip to content

Commit 752d7b9

Browse files
committed
fix installation of rush packages
1 parent 23694dc commit 752d7b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ jobs:
4949
- name: Connect rush repo
5050
run: rush clone dannyben --shallow --default
5151

52-
- name: Install shfmt and check-jsonschema
53-
run: rush add shfmt check-jsonschema
52+
- name: Install shfmt
53+
run: rush get shfmt
54+
55+
- name: Install check-jsonschema
56+
run: rush get check-jsonschema
5457

5558
# libyaml needed for Ruby's YAML library
5659
- name: Install OS dependencies

0 commit comments

Comments
 (0)