Skip to content

Commit 9893f16

Browse files
committed
Change builder image to cdt 4.0.1
1 parent b646f3e commit 9893f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu-2004.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ubuntu 20.04
1+
name: Ubuntu 22.04
22
on:
33
push:
44
branches:
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
types: [assigned, opened, synchronize, reopened, labeled]
99
env:
10-
BUILDER_IMAGE: "guilledk/py-eosio:cdt-3.0.1"
10+
BUILDER_IMAGE: "apm2006/leap:v3.2.5-cdt4.0.1"
1111
jobs:
1212
ubuntu-2004-build:
1313
name: Ubuntu 20.04 | Build
@@ -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)