Skip to content

Commit 887a7d8

Browse files
Update build.yml
1 parent 8d1ae5b commit 887a7d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build
2-
32
on:
43
push:
54
branches: [ master ]
6-
75
jobs:
86
build:
97
runs-on: ${{ matrix.os }}
@@ -21,19 +19,11 @@ jobs:
2119
uses: actions/setup-node@v4
2220
with:
2321
node-version: 20
24-
- name: Install Unix dependencies
25-
if: matrix.os != 'windows-latest'
26-
run: |
27-
uname -a
28-
sudo apt update || true
29-
brew install go || true
30-
sudo apt install -y g++-aarch64-linux-gnu || true
3122
- name: Update binaries
3223
run: |
3324
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
3425
cd uWebSockets.js
3526
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
36-
git fetch origin binaries:binaries
3727
git checkout binaries
3828
cp dist/*.node .
3929
cp dist/*.js .

0 commit comments

Comments
 (0)