Skip to content

Commit 739905a

Browse files
committed
install job deps
1 parent 8122ad5 commit 739905a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
- name: Install dependencies
123123
run: yarn install
124124

125+
- name: Install system dependencies
126+
run: apt-get update && apt-get install -y jq
127+
125128
- name: Build dependencies
126129
run: npx nx run-many -t ci:build
127130

0 commit comments

Comments
 (0)