Skip to content

Commit

Permalink
Apply a workaround in CI until #6 is addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 16, 2024
1 parent 5267fa7 commit 57b295a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ 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: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ 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 57b295a

Please sign in to comment.