Skip to content

Commit

Permalink
ci: fixing actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 31, 2024
1 parent faec4ee commit 404fa50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
targets: thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf
components: clippy,rustfmt
- name: Setup C toolchain
uses: embedded-devops/action-setup-compiler@main
uses: outpost-os/action-setup-compiler@v1
with:
compiler: ${{ env.compiler }}
triple: arm-none-eabi
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
defconfig configs/stm32f429i_disc1_debug_defconfig
- name: Meson Doc
uses: embedded-devops/action-meson@main
uses: outpost-os/action-meson@v1
with:
actions: '["prefetch", "setup"]'
options: '-Dconfig=.config -Ddts=dts/examples/stm32f429i_disc1_debug.dts -Ddts-include-dirs=dts -Dwith_doc=true -Dwith_uapi=false -Dwith_idle=false'
Expand Down

0 comments on commit 404fa50

Please sign in to comment.