From 12f7071a8aa5ee7cf7a355a8d7ab5c8ac771e14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 16 Jun 2024 05:10:54 +0200 Subject: [PATCH] Revert "Apply a workaround in CI until #6 is addressed." This reverts commit 57b295acac711c29a60d27db591b9ec75de0f452. --- .github/workflows/build.yml | 4 ---- .github/workflows/release.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80b38d8..49b0068 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,10 +47,6 @@ 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: | - sudo touch /usr/bin/code - name: Check source code and documentation run: | zig build check --summary all diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8256c4d..87e1a76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,10 +31,6 @@ 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: | - sudo touch /usr/bin/code - name: Extract build version id: version run: |