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 887a7d8 commit fddeec0Copy full SHA for fddeec0
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
25
cd uWebSockets.js
26
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
27
+ git fetch origin binaries:binaries
28
git checkout binaries
29
cp dist/*.node .
30
cp dist/*.js .
0 commit comments