Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-bobek committed Oct 4, 2024
1 parent 05be02c commit 67e4987
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ jobs:
run: |
regsvr32 node_modules\@vscode\gulp-electron\node_modules\rcedit\bin\msvcp100.dll
regsvr32 node_modules\@vscode\gulp-electron\node_modules\rcedit\bin\msvcr100.dll
Get-Command -Name msvcp100.dll
shell: pwsh

- name: test2
run: |
where msvcp100.dll
shell: cmd

#
# - name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 67e4987

Please sign in to comment.