We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ae5b commit 887a7d8Copy full SHA for 887a7d8
.github/workflows/build.yml
@@ -1,9 +1,7 @@
1
name: Build
2
-
3
on:
4
push:
5
branches: [ master ]
6
7
jobs:
8
build:
9
runs-on: ${{ matrix.os }}
@@ -21,19 +19,11 @@ jobs:
21
19
uses: actions/setup-node@v4
22
20
with:
23
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
31
- name: Update binaries
32
run: |
33
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
34
cd uWebSockets.js
35
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
36
- git fetch origin binaries:binaries
37
git checkout binaries
38
cp dist/*.node .
39
cp dist/*.js .
0 commit comments