We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c816f09 commit 5936dc8Copy full SHA for 5936dc8
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
os: macos-13
21
fail-fast: true
22
max-parallel: 2
23
- uses: ./.github/workflows/jobs.yml
+ uses: ./.github/workflows/building.yml
24
with:
25
arch: ${{ matrix.arch }}
26
os: ${{ matrix.os }}
.github/workflows/jobs.yml renamed to .github/workflows/building.yml
@@ -1,4 +1,4 @@
1
-name: Build, package and release clang+llvm
+name: Building, packaging and releasing clang+llvm
2
3
on:
4
workflow_call:
0 commit comments