We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b295a commit 12f7071Copy full SHA for 12f7071
.github/workflows/build.yml
@@ -47,10 +47,6 @@ jobs:
47
uses: actions/[email protected]
48
with:
49
node-version-file: doc/package.json
50
- # TODO: Remove this hack when `code` is made optional.
51
- - name: Workaround for issue 6
52
- run: |
53
- sudo touch /usr/bin/code
54
- name: Check source code and documentation
55
run: |
56
zig build check --summary all
.github/workflows/release.yml
@@ -31,10 +31,6 @@ jobs:
31
32
33
34
35
36
37
38
- name: Extract build version
39
id: version
40
0 commit comments