Skip to content

Commit

Permalink
Fix for issue #1351 - remove redundant 'linux' from matrix and remove…
Browse files Browse the repository at this point in the history
… unnecessary 'exclude' section
  • Loading branch information
TommyMurphyTM1234 authored and patrick-rivos committed Oct 16, 2023
1 parent 6b13243 commit c11f074
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
mode: [newlib, linux]
mode: [newlib]
target: [rv64gc-lp64d]
sim: [spike]
exclude:
- sim: spike
mode: linux
steps:
- name: Remove unneeded frameworks to recover disk space
run: |
Expand Down

0 comments on commit c11f074

Please sign in to comment.