mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ 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
|
- name: Install dependencies and tools
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
6
.github/actions/build/action.yml
vendored
6
.github/actions/build/action.yml
vendored
|
|
@ -51,6 +51,12 @@ runs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ 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
|
- name: Install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue