Skip to content

Commit b350fff

Browse files
committed
Change builder image to cdt 4.0.1
1 parent 0ef0284 commit b350fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
pull_request:
88
types: [assigned, opened, synchronize, reopened, labeled]
99
env:
10-
BUILDER_IMAGE: "guilledk/py-leap:cdt-4.0.0"
10+
BUILDER_IMAGE: "apm2006/leap:v3.2.5-cdt4.0.1"
1111
jobs:
1212
ubuntu-2404-build:
13-
name: Ubuntu 24.04 | Build
13+
name: Ubuntu 22.04 | Build
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
@@ -23,7 +23,7 @@ jobs:
2323
echo ${DOCKER}
2424
echo =====
2525
mkdir build
26-
${DOCKER} bash -c "cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=yes .."
26+
${DOCKER} bash -c "cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=yes -Dleap_DIR=/opt/leap/build/lib/cmake/leap .."
2727
echo =====
2828
${DOCKER} bash -c "cd build && make -j $(nproc) VERBOSE=1"
2929
echo =====

0 commit comments

Comments
 (0)