Skip to content

Commit

Permalink
Update build-toolchains.yml
Browse files Browse the repository at this point in the history
Changed old "newlib" target into new "baremetal" one
  • Loading branch information
BrunoASMauricio committed Jun 22, 2023
1 parent d8142eb commit 62a43b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
strategy:
fail-fast: false
matrix:
mode: [newlib, linux]
mode: [baremetal, linux]
target: ${{ fromJSON(inputs.targets) }}

# exclude arc32 bare-metal toolchain because it is built by arc64 multilib toolchain
exclude:
- { mode: newlib, target: arc32 }
- { mode: baremetal, target: arc32 }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 62a43b5

Please sign in to comment.