Skip to content

Commit 8ae3fee

Browse files
committed
simplify & improve tooling
1 parent 3fe7ab2 commit 8ae3fee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: null0_linux_x86-64.zip
4242

4343
- name: Build Linux Hosts (arm64) - X11/Wayland and DRM
44-
if: matrix.container == false && matrix.arch == 'arm64'
44+
if: matrix.container == false && matrix.arch == 'arm64' && false # skipped because github is being really slow about arm
4545
run: |
4646
sudo apt-get update
4747
sudo apt-get install -y --no-install-recommends curl git pkg-config cmake build-essential ninja-build zip \
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
version: 'latest'
137137
- name: Build Web Host
138-
run: npm run build:web
138+
run: npm run host:web
139139
- name: Upload Web Host artifact
140140
uses: actions/upload-artifact@v4
141141
with:

0 commit comments

Comments
 (0)