Skip to content

Commit

Permalink
Apply a workaround in CI until #6 is addressed, take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 16, 2024
1 parent 12f7071 commit 4ead4aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
node-version-file: doc/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 4ead4aa

Please sign in to comment.