Skip to content

Commit

Permalink
fix arm workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli authored Feb 12, 2024
1 parent 869f5ac commit e20711a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
run: |
git config --global --add safe.directory /mfgtools
cd /mfgtools
# cd tinyxml2; cmake .; make; cd ..;
# cmake -D 'STATIC=1' .
# cd tinyxml2; cmake .; make; cd ..;
# cmake -D 'STATIC=1' .
cmake .
make
Expand Down

0 comments on commit e20711a

Please sign in to comment.