Skip to content

Commit

Permalink
Revert "Apply a workaround in CI until #6 is addressed."
Browse files Browse the repository at this point in the history
This reverts commit 57b295a.
  • Loading branch information
alexrp committed Jun 16, 2024
1 parent 57b295a commit 12f7071
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: doc/package.json
# TODO: Remove this hack when `code` is made optional.
- name: Workaround for issue 6
run: |
sudo touch /usr/bin/code
- name: Check source code and documentation
run: |
zig build check --summary all
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
uses: actions/[email protected]
with:
node-version-file: doc/package.json
# TODO: Remove this hack when `code` is made optional.
- name: Workaround for issue 6
run: |
sudo touch /usr/bin/code
- name: Extract build version
id: version
run: |
Expand Down

0 comments on commit 12f7071

Please sign in to comment.