Skip to content

Commit 1f9671b

Browse files
committed
cleanup
1 parent a0e1ac2 commit 1f9671b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
with:
1919
node-version: 16
2020
- name: Install openapi generator
21-
run: |
22-
npm install -g @openapitools/openapi-generator-cli
23-
echo "$(npm bin -g)" >> $GITHUB_PATH
21+
run: npm install -g @openapitools/openapi-generator-cli
2422
- name: Build clients
2523
working-directory: clients
2624
run: ./build-clients.sh

0 commit comments

Comments
 (0)