We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b0c45 commit 413705fCopy full SHA for 413705f
1 file changed
.github/workflows/docker-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install build dependencies
29
run: |
30
sudo apt-get update --yes
31
- sudo apt-get install git cmake libboost-dev libicu-dev libpq-dev --yes --no-install-recommends
+ sudo apt-get install build-essential git cmake libboost-dev libicu-dev libpq-dev --yes --no-install-recommends
32
33
- name: Checkout repository
34
uses: actions/checkout@v6
@@ -40,6 +40,8 @@ jobs:
40
with:
41
options: |
42
BUILD_TESTS=ON
43
+ build-args: |
44
+ --parallel
45
46
- name: Test Project
47
uses: threeal/ctest-action@v1
0 commit comments