Skip to content

Commit 413705f

Browse files
committed
Install build essential in test job
1 parent 78b0c45 commit 413705f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install build dependencies
2929
run: |
3030
sudo apt-get update --yes
31-
sudo apt-get install git cmake libboost-dev libicu-dev libpq-dev --yes --no-install-recommends
31+
sudo apt-get install build-essential git cmake libboost-dev libicu-dev libpq-dev --yes --no-install-recommends
3232
3333
- name: Checkout repository
3434
uses: actions/checkout@v6
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
options: |
4242
BUILD_TESTS=ON
43+
build-args: |
44+
--parallel
4345
4446
- name: Test Project
4547
uses: threeal/ctest-action@v1

0 commit comments

Comments
 (0)