mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
try fix
This commit is contained in:
parent
8baba12c6e
commit
ede1db984a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
os:
|
os:
|
||||||
#- macos-latest
|
#- macos-latest
|
||||||
#- ubuntu-latest
|
#- ubuntu-latest
|
||||||
- self-hosted
|
- ubuntu-selfhosted
|
||||||
#- macos-latest
|
#- macos-latest
|
||||||
#TODO re-enable these:
|
#TODO re-enable these:
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||||
|
|
||||||
build-linux-arm:
|
build-linux-arm:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue