mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Use boost.io node
This commit is contained in:
committed by
Mohammad Nejati
parent
33cfc5653c
commit
718992bf93
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -253,7 +253,7 @@ jobs:
|
|||||||
- name: Install nodejs20glibc2.17
|
- name: Install nodejs20glibc2.17
|
||||||
if: matrix.container == 'ubuntu:16.04' || matrix.container == 'ubuntu:18.04'
|
if: matrix.container == 'ubuntu:16.04' || matrix.container == 'ubuntu:18.04'
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
|
curl -LO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
|
||||||
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
|
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user