[ci] more debugging

This commit is contained in:
Philip Peterson 2025-04-27 00:14:31 -07:00
parent 30101c04aa
commit ae8a40cc52
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 12 additions and 0 deletions

View file

@ -50,6 +50,12 @@ runs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Delete old electron headers
# These can sometimes be present on a freshly-provisioned github runner, so remove them
shell: bash
run: |
rm -rf ~/.electron-gyp || true
- name: Install dependencies and tools
shell: bash
run: |

View file

@ -51,6 +51,12 @@ runs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Delete old electron headers
# These can sometimes be present on a freshly-provisioned github runner, so remove them
shell: bash
run: |
rm -rf ~/.electron-gyp || true
- name: Install
shell: bash
run: yarn install