Skip to content

Commit

Permalink
adds make command; install build essentials in acceptance workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
konstantinabl committed Apr 18, 2024
1 parent 080be75 commit 630ad43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install make
run: sudo apt-get install build-essential -y

- name: Checkout repo
uses: actions/checkout@v3

Expand Down

0 comments on commit 630ad43

Please sign in to comment.