-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Apply a workaround in CI until #6 is addressed."
This reverts commit 57b295a.
- Loading branch information
Showing
2 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|