Browse Source

chore: remove SSH debugging using action-tmate

Keeley Hammond 1 year ago
parent
commit
ff6d7c2564
1 changed files with 0 additions and 18 deletions
  1. 0 18
      .github/workflows/macos-build.yml

+ 0 - 18
.github/workflows/macos-build.yml

@@ -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