Skip to content

Commit 3ca93fd

Browse files
committed
Revert "Apply a workaround in CI until #6 is addressed, take 2."
This reverts commit 4ead4aa.
1 parent ddd87d4 commit 3ca93fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ 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
52-
run: |
53-
mkdir hack
54-
touch hack/code
55-
echo "$PWD/hack" >> $GITHUB_PATH
5650
- name: Check source code and documentation
5751
run: |
5852
zig build check --summary all

0 commit comments

Comments
 (0)