We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d50c43 commit 6f7eae1Copy full SHA for 6f7eae1
1 file changed
.github/workflows/ci.yml
@@ -21,11 +21,14 @@ on:
21
branches:
22
- libhal
23
24
+concurrency:
25
+ group: ${{ github.workflow }}-${{ github.ref }}
26
+ cancel-in-progress: true
27
+
28
jobs:
29
package_and_upload_all_check:
- uses: libhal/ci/.github/workflows/package_and_upload_all.yml@add-extra-args
30
+ uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y
31
with:
32
modules_support_needed: true
- extra_conan_arguments: "-o '*:cxx_modules=True' -o '*:freestanding=True' -o '*:contracts=none' -o '*:import_std=False' -o '*:enable_rtti=False'"
- ci_ref: add-extra-args
33
+ extra_conan_arguments: -o '*:cxx_modules=True' -o '*:freestanding=True' -o '*:contracts=none' -o '*:import_std=False' -o '*:enable_rtti=False'
34
secrets: inherit
0 commit comments