From 3ca93fddda483ce588f207722d1c252ac988cf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 17 Jun 2024 07:14:59 +0200 Subject: [PATCH] Revert "Apply a workaround in CI until #6 is addressed, take 2." This reverts commit 4ead4aabe458f7c0b5c4f533e8c09dd3c2db5a1c. --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d8b9ea..86243bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,12 +47,6 @@ jobs: uses: actions/setup-node@v4.0.2 with: node-version-file: sup/vscode/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