From 3791bb2b5a294091e7b7a7567ea6055016671ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 5 Dec 2023 10:26:47 +0100 Subject: [PATCH] Revert "tmp: disable electron native modules rebuild on linux" This reverts commit 0cac73511d3bac4b36e23d8270166c05fecfd3e2. --- .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 95cef910e..c46d1d749 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