mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
[ci] more debugging
This commit is contained in:
parent
30101c04aa
commit
ae8a40cc52
2 changed files with 12 additions and 0 deletions
6
.github/actions/build-linux-arm/action.yml
vendored
6
.github/actions/build-linux-arm/action.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
6
.github/actions/build/action.yml
vendored
6
.github/actions/build/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue