Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit 9db4ca0

Browse files
committed
Try to work around #17, take 2.
1 parent a2423d7 commit 9db4ca0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ jobs:
4747
uses: actions/[email protected]
4848
with:
4949
node-version-file: sup/vscode/package.json
50-
# TODO: Remove this hack when `code` is made optional.
51-
- name: Workaround for issue 6
50+
# TODO: Remove this hack.
51+
- name: Workarounds for issues 6 and 17
5252
run: |
5353
mkdir hack
54+
5455
touch hack/code
56+
touch hack/code.exe
57+
58+
ln -s "$(which npm)" hack/npm.exe
59+
5560
echo "$PWD/hack" >> $GITHUB_PATH
5661
- name: Check source code and documentation
5762
run: |

0 commit comments

Comments
 (0)