mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2025-12-19 18:10:26 -05:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
cd uWebSockets.js
|
cd uWebSockets.js
|
||||||
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
|
${{ matrix.os == 'windows-latest' && 'nmake' || 'make' }}
|
||||||
ls dist
|
ls dist
|
||||||
cd tests && npm install ws && node smoke.js
|
cd tests && npm install ws && node smoke.js && cd ..
|
||||||
ls dist
|
ls dist
|
||||||
git fetch origin binaries:binaries
|
git fetch origin binaries:binaries
|
||||||
git checkout binaries
|
git checkout binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user