Skip to content

Commit 6f7eae1

Browse files
committed
use 5.x.y in workflow
1 parent 7d50c43 commit 6f7eae1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ on:
2121
branches:
2222
- libhal
2323

24+
concurrency:
25+
group: ${{ github.workflow }}-${{ github.ref }}
26+
cancel-in-progress: true
27+
2428
jobs:
2529
package_and_upload_all_check:
26-
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
2731
with:
2832
modules_support_needed: true
29-
extra_conan_arguments: "-o '*:cxx_modules=True' -o '*:freestanding=True' -o '*:contracts=none' -o '*:import_std=False' -o '*:enable_rtti=False'"
30-
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'
3134
secrets: inherit

0 commit comments

Comments
 (0)