Skip to content

Commit b3163b7

Browse files
committed
workflow: arm build change ubuntu 22.04
Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 6770a52 commit b3163b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_arm.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
matrix:
2323
include:
2424
- arch: aarch64
25-
distro: ubuntu20.04
25+
distro: ubuntu22.04
2626
- arch: armv7
27-
distro: ubuntu20.04
27+
distro: ubuntu22.04
2828
steps:
2929
- uses: actions/checkout@v3
3030
with:
3131
fetch-depth: 0
32+
submodules: true
3233

3334
- uses: uraimo/run-on-arch-action@v2
3435
name: Build artifact
@@ -62,6 +63,7 @@ jobs:
6263
# Produce a binary artifact and place it in the mounted volume
6364
run: |
6465
git config --global --add safe.directory /mfgtools
66+
cd /mfgtools/tinyxml2; cmake .; make;
6567
cd /mfgtools
6668
cmake -D 'STATIC=1' .
6769
make

0 commit comments

Comments
 (0)