Skip to content

Commit 5710e57

Browse files
committedJun 16, 2024
Try to work around #17.
1 parent 662bf28 commit 5710e57

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎.github/workflows/build.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ jobs:
4747
uses: actions/setup-node@v4.0.2
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.cmd)" hack/npm.exe
59+
5560
echo "$PWD/hack" >> $GITHUB_PATH
5661
- name: Check source code and documentation
5762
run: |

0 commit comments

Comments
 (0)