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 22a059a commit f5fa429Copy full SHA for f5fa429
.github/workflows/trigger.yml
@@ -13,22 +13,22 @@ jobs:
13
build-x86_64:
14
uses: ./.github/workflows/build.yml
15
with:
16
- target: x86_64
17
- name: infix
18
- flavor: _minimal
+ target: "x86_64"
+ name: "infix"
+ flavor: "_minimal"
19
20
build-aarch64:
21
22
23
- target: aarch64
24
25
+ target: "aarch64"
26
27
test-run-x86_64:
28
needs: build-x86_64
29
uses: ./.github/workflows/test.yml
30
31
32
33
test-publish-x86_64:
34
needs: test-run-x86_64
0 commit comments