This commit is contained in:
parent
5b0bd26f57
commit
be02515c58
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ jobs:
|
||||||
image: node:20-bookworm
|
image: node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- run: apt-get update
|
||||||
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
|
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
|
||||||
- run: ./bootstrap
|
- run: ./bootstrap
|
||||||
- run: ./configure
|
- run: ./configure
|
||||||
|
|
Loading…
Reference in a new issue