Skip to content

Commit f609d30

Browse files
committed
ci fix
1 parent 4a4dd9b commit f609d30

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 16
20-
- name: Install openapi generator
21-
run: |
22-
npm install -g @openapitools/openapi-generator-cli
23-
echo "$(npm bin -g)" >> $GITHUB_PATH
2420
- name: Build clients
2521
working-directory: clients
2622
run: ./build-clients.sh

clients/build-clients.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
npm install -g @openapitools/openapi-generator-cli
4+
35
# requires openapi-generator installed and accessible in your PATH
46

57
DIR="$(dirname "${BASH_SOURCE[0]}")"

0 commit comments

Comments
 (0)