|
@@ -40,12 +40,6 @@ jobs:
|
|
|
uses: actions/checkout@v4
|
|
|
with:
|
|
|
path: src/electron
|
|
|
- - name: Enable ssh Debugging
|
|
|
- if: runner.debug == 1
|
|
|
- uses: mxschmitt/action-tmate@v3
|
|
|
- with:
|
|
|
- detached: true
|
|
|
- limit-access-to-actor: true
|
|
|
- name: Install Azure CLI
|
|
|
run: |
|
|
|
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
|
|
@@ -174,12 +168,6 @@ jobs:
|
|
|
node-version: 20.11.x
|
|
|
cache: yarn
|
|
|
cache-dependency-path: src/electron/yarn.lock
|
|
|
- - name: Enable ssh Debugging
|
|
|
- if: runner.debug == 1
|
|
|
- uses: mxschmitt/action-tmate@v3
|
|
|
- with:
|
|
|
- detached: true
|
|
|
- limit-access-to-actor: true
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
cd src/electron
|
|
@@ -514,12 +502,6 @@ jobs:
|
|
|
node-version: 20.11.x
|
|
|
cache: yarn
|
|
|
cache-dependency-path: src/electron/yarn.lock
|
|
|
- - name: Enable ssh Debugging
|
|
|
- if: runner.debug == 1
|
|
|
- uses: mxschmitt/action-tmate@v3
|
|
|
- with:
|
|
|
- detached: true
|
|
|
- limit-access-to-actor: true
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
cd src/electron
|