From 0cac73511d3bac4b36e23d8270166c05fecfd3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 5 Dec 2023 09:53:44 +0100 Subject: [PATCH] tmp: disable electron native modules rebuild on linux --- .github/workflows/desktop.release.reuse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop.release.reuse.yml b/.github/workflows/desktop.release.reuse.yml index c46d1d749..95cef910e 100644 --- a/.github/workflows/desktop.release.reuse.yml +++ b/.github/workflows/desktop.release.reuse.yml @@ -79,8 +79,8 @@ jobs: - run: yarn install --immutable - - name: Rebuild Electron Native Modules - run: yarn workspace @standardnotes/desktop rebuild:home-server + # - name: Rebuild Electron Native Modules + # run: yarn workspace @standardnotes/desktop rebuild:home-server - run: yarn build:desktop