Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2022-09-01 11:48:33 +0300
committerGitHub <noreply@github.com>2022-09-01 11:48:33 +0300
commitc028fd358add94b4154d3741269908eb4dcc410d (patch)
treee043c25a3bf11bff133095c55543f92d4d04f6ae
parentb232a3b8b477ca6c70db02cd244d4570e901c8bc (diff)
Removed duplicate code
-rw-r--r--.github/workflows/electron-builder-win.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/electron-builder-win.yml b/.github/workflows/electron-builder-win.yml
index 0fc965d..1614f40 100644
--- a/.github/workflows/electron-builder-win.yml
+++ b/.github/workflows/electron-builder-win.yml
@@ -25,9 +25,6 @@ jobs:
git submodule update --init --recursive
npm install -g yarn
yarn install
- cd drawio/src/main/webapp
- yarn install
- cd ../..
- name: Build for Windows (x32)
env:
CSC_LINK: ${{ secrets.WIN_CSC_LINK }}