Skip to content

Commit

Permalink
install autoconf in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
1cedsoda committed May 16, 2024
1 parent 2d037ff commit 41fdf49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- run: sudo apt update && sudo apt install autoconf

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- run: sudo apt update && sudo apt install autoconf

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- run: sudo apt update && sudo apt install autoconf

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 41fdf49

Please sign in to comment.