Skip to content

Commit eb8f2d1

Browse files
committed
Fix CMake
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
1 parent 3c685ee commit eb8f2d1

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
micro_ros_zephyr_module:
1111
runs-on: ubuntu-latest
12-
container: ubuntu:20.04
12+
container: ubuntu:22.04
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -34,10 +34,7 @@ jobs:
3434
run: |
3535
apt update
3636
export DEBIAN_FRONTEND=noninteractive
37-
apt install -y wget
38-
wget https://apt.kitware.com/kitware-archive.sh
39-
bash kitware-archive.sh
40-
apt install -y --no-install-recommends git cmake ninja-build gperf \
37+
apt install -y --no-install-recommends wget git cmake ninja-build gperf \
4138
ccache dfu-util device-tree-compiler wget curl gnupg2 \
4239
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
4340
make gcc gcc-multilib g++-multilib libsdl2-dev
@@ -70,7 +67,7 @@ jobs:
7067
7168
micro_ros_zephyr_module_v3:
7269
runs-on: ubuntu-latest
73-
container: ubuntu:20.04
70+
container: ubuntu:22.04
7471
strategy:
7572
fail-fast: false
7673
matrix:
@@ -89,10 +86,7 @@ jobs:
8986
run: |
9087
apt update
9188
export DEBIAN_FRONTEND=noninteractive
92-
apt install -y wget
93-
wget https://apt.kitware.com/kitware-archive.sh
94-
bash kitware-archive.sh
95-
apt install -y --no-install-recommends git cmake ninja-build gperf \
89+
apt install -y --no-install-recommends wget git cmake ninja-build gperf \
9690
ccache dfu-util device-tree-compiler wget \
9791
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
9892
make gcc gcc-multilib g++-multilib libsdl2-dev

.github/workflows/nightly.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
micro_ros_zephyr_module:
1414
runs-on: ubuntu-latest
15-
container: ubuntu:20.04
15+
container: ubuntu:22.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -44,10 +44,7 @@ jobs:
4444
run: |
4545
apt update
4646
export DEBIAN_FRONTEND=noninteractive
47-
apt install -y wget
48-
wget https://apt.kitware.com/kitware-archive.sh
49-
bash kitware-archive.sh
50-
apt install -y --no-install-recommends git cmake ninja-build gperf \
47+
apt install -y --no-install-recommends wget git cmake ninja-build gperf \
5148
ccache dfu-util device-tree-compiler wget curl gnupg2 \
5249
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
5350
make gcc gcc-multilib g++-multilib libsdl2-dev
@@ -80,7 +77,7 @@ jobs:
8077
8178
micro_ros_zephyr_module_v3:
8279
runs-on: ubuntu-latest
83-
container: ubuntu:20.04
80+
container: ubuntu:22.04
8481
strategy:
8582
fail-fast: false
8683
matrix:
@@ -106,10 +103,7 @@ jobs:
106103
run: |
107104
apt update
108105
export DEBIAN_FRONTEND=noninteractive
109-
apt install -y wget
110-
wget https://apt.kitware.com/kitware-archive.sh
111-
bash kitware-archive.sh
112-
apt install -y --no-install-recommends git cmake ninja-build gperf \
106+
apt install -y --no-install-recommends wget git cmake ninja-build gperf \
113107
ccache dfu-util device-tree-compiler wget \
114108
python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
115109
make gcc gcc-multilib g++-multilib libsdl2-dev

0 commit comments

Comments
 (0)