We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe7ab2 commit 8ae3feeCopy full SHA for 8ae3fee
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
path: null0_linux_x86-64.zip
42
43
- name: Build Linux Hosts (arm64) - X11/Wayland and DRM
44
- if: matrix.container == false && matrix.arch == 'arm64'
+ if: matrix.container == false && matrix.arch == 'arm64' && false # skipped because github is being really slow about arm
45
run: |
46
sudo apt-get update
47
sudo apt-get install -y --no-install-recommends curl git pkg-config cmake build-essential ninja-build zip \
@@ -135,7 +135,7 @@ jobs:
135
with:
136
version: 'latest'
137
- name: Build Web Host
138
- run: npm run build:web
+ run: npm run host:web
139
- name: Upload Web Host artifact
140
uses: actions/upload-artifact@v4
141
0 commit comments