We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4609c1 commit d235701Copy full SHA for d235701
.github/workflows/main.yml
@@ -84,7 +84,8 @@ jobs:
84
path: ubuntu-gcc-install.tar.gz
85
ubuntu-gcc-arm64-build:
86
needs:
87
- - ubuntu-gcc-build
+ - clang-format
88
+ - python-lint
89
runs-on: ubuntu-24.04-arm
90
steps:
91
- uses: actions/checkout@v4
@@ -391,7 +392,8 @@ jobs:
391
392
path: ubuntu-clang-install.tar.gz
393
ubuntu-clang-arm64-build:
394
- - ubuntu-clang-build
395
396
397
398
399
0 commit comments