Skip to content

Commit

Permalink
💚 fixes ci branch version
Browse files Browse the repository at this point in the history
  • Loading branch information
acarrou committed Feb 19, 2024
1 parent 43904dc commit f51a842
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ on:

jobs:
ci:
uses: Astraeus-I/ci/.github/workflows/library.yml@4.x.y
uses: Astraeus-I/ci/.github/workflows/library.yml@main
secrets: inherit
deploy:
uses: Astraeus-I/ci/.github/workflows/deploy.yml@4.x.y
uses: Astraeus-I/ci/.github/workflows/deploy.yml@main
secrets: inherit
build_lpc4074:
uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@4.x.y
uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@main
with:
profile: lpc4074
processor_profile: https://github.com/libhal/libhal-armcortex.git
platform_profile: https://github.com/libhal/libhal-lpc40.git
secrets: inherit
build_lpc4078:
uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@4.x.y
uses: Astraeus-I/ci/.github/workflows/demo_builder.yml@main
with:
profile: lpc4078
processor_profile: https://github.com/libhal/libhal-armcortex.git
Expand Down

0 comments on commit f51a842

Please sign in to comment.