Skip to content

Commit 0a013db

Browse files
committed
install autoconf in pipeline
1 parent 2d037ff commit 0a013db

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy-prod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v2
2121

22+
- run: apt install autoconf
23+
2224
- name: Log in to the Container registry
2325
uses: docker/login-action@v1
2426
with:

.github/workflows/deploy-stage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
2828

29+
- run: apt install autoconf
30+
2931
- name: Log in to the Container registry
3032
uses: docker/login-action@v1
3133
with:

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v2
1616

17+
- run: apt install autoconf
18+
1719
- uses: actions/setup-node@v4
1820
with:
1921
node-version: 18

0 commit comments

Comments
 (0)