Skip to content

Commit 5e88c22

Browse files
author
Fabiana Severin
committed
Adding the necessary dependencies for codebuild
1 parent 39ab54c commit 5e88c22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
build/
6666
key: native-deps-${{ runner.os }}-${{ hashFiles('deps/versions', 'binding.gyp') }}
6767

68+
- name: Install build dependencies
69+
run: |
70+
apt-get update
71+
apt-get install -y cmake make g++
72+
6873
- name: Install and build
6974
run: |
7075
npm ci

0 commit comments

Comments
 (0)