Skip to content

Commit 0a56e82

Browse files
committed
workflow: arm build change ubuntu 22.04
use dynamatic link becasue tinyxml2 have not provided static library at arm platform. Signed-off-by: Frank Li <[email protected]>
1 parent 6770a52 commit 0a56e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_arm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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:
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git config --global --add safe.directory /mfgtools
6565
cd /mfgtools
66-
cmake -D 'STATIC=1' .
66+
cmake .
6767
make
6868
6969
- name: Rename

0 commit comments

Comments
 (0)