Skip to content

Commit

Permalink
ci: fixing GH runners bug when using containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Aug 2, 2024
1 parent acd7e3a commit deba8da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
targets: thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf
components: clippy,rustfmt
- name: Setup C toolchain
uses: outpost-os/action-setup-compiler@v1
uses: outpost-os/action-setup-compiler@gh-bug
with:
compiler: ${{ env.compiler }}
triple: arm-none-eabi
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
with:
packages: 'dtc|device-tree-compiler,libssh2-1|libssh2,curl,lld'
- name: Setup compiler
uses: outpost-os/action-setup-compiler@v1
uses: outpost-os/action-setup-compiler@gh-bug
with:
compiler: gcc
triple: arm-none-eabi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
targets: thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf
components: clippy,rustfmt
- name: Setup C toolchain
uses: outpost-os/action-setup-compiler@v1
uses: outpost-os/action-setup-compiler@gh-bug
with:
compiler: gcc
triple: arm-none-eabi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
targets: thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv7em-none-eabihf
components: clippy,rustfmt
- name: Setup C toolchain
uses: outpost-os/action-setup-compiler@v1
uses: outpost-os/action-setup-compiler@gh-bug
with:
compiler: gcc
triple: arm-none-eabi
Expand Down

0 comments on commit deba8da

Please sign in to comment.