Skip to content

Commit

Permalink
fix failing install
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Feb 25, 2025
1 parent 19e6857 commit 4720759
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ jobs:
- run: npm run package:${{ matrix.builds.id }}
working-directory: vscode
- run: |
npm i -g @vscode/vsce
npm run build
- run: npm i -g @vscode/vsce
if: matrix.builds.id == 'vscode'
- run: npm run build
if: matrix.builds.id == 'vscode'
working-directory: vscode
- run: |
ls -l node_modules/@microsoft/kiota
cat node_modules/@microsoft/kiota/runtime.json
Expand Down

0 comments on commit 4720759

Please sign in to comment.