Skip to content

Commit d235701

Browse files
committed
change graph
1 parent a4609c1 commit d235701

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
path: ubuntu-gcc-install.tar.gz
8585
ubuntu-gcc-arm64-build:
8686
needs:
87-
- ubuntu-gcc-build
87+
- clang-format
88+
- python-lint
8889
runs-on: ubuntu-24.04-arm
8990
steps:
9091
- uses: actions/checkout@v4
@@ -391,7 +392,8 @@ jobs:
391392
path: ubuntu-clang-install.tar.gz
392393
ubuntu-clang-arm64-build:
393394
needs:
394-
- ubuntu-clang-build
395+
- clang-format
396+
- python-lint
395397
runs-on: ubuntu-24.04-arm
396398
steps:
397399
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)