Skip to content

Commit d8a58ad

Browse files
committed
fixing rest client build
1 parent 3d9235c commit d8a58ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-rest-clients-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 16
2020
- name: Install openapi generator
21-
run: npm install @openapitools/openapi-generator-cli
21+
run: npm install -g @openapitools/openapi-generator-cli
2222
- name: Build clients
2323
working-directory: clients
2424
run: ./build-clients.sh

0 commit comments

Comments
 (0)