Skip to content

Commit

Permalink
Revert "Apply a workaround in CI until #6 is addressed, take 2."
Browse files Browse the repository at this point in the history
This reverts commit 4ead4aa.
  • Loading branch information
alexrp committed Jun 17, 2024
1 parent ddd87d4 commit 3ca93fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ 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
run: |
mkdir hack
touch hack/code
echo "$PWD/hack" >> $GITHUB_PATH
- name: Check source code and documentation
run: |
zig build check --summary all
Expand Down

0 comments on commit 3ca93fd

Please sign in to comment.