We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffd397 commit d360913Copy full SHA for d360913
1 file changed
.github/workflows/release-please.yml
@@ -49,8 +49,8 @@ jobs:
49
50
- name: Build All Variants
51
run: |
52
- just mode=release builddir=build-release build
53
- just mode=relwithdebinfo builddir=build-debug build
+ just mode=release builddir=build-release build starling
+ just mode=relwithdebinfo builddir=build-debug build starling
54
55
- name: Prepare Artifacts
56
0 commit comments