Skip to content

Commit

Permalink
Try to work around #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 16, 2024
1 parent 662bf28 commit 5710e57
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,16 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: sup/vscode/package.json
# TODO: Remove this hack when `code` is made optional.
- name: Workaround for issue 6
# TODO: Remove this hack.
- name: Workarounds for issues 6 and 17
run: |
mkdir hack
touch hack/code
touch hack/code.exe
ln -s "$(which npm.cmd)" hack/npm.exe
echo "$PWD/hack" >> $GITHUB_PATH
- name: Check source code and documentation
run: |
Expand Down

0 comments on commit 5710e57

Please sign in to comment.