Skip to content

Commit

Permalink
Merge pull request #1260 from patrick-rivos/enable-rv32-ci
Browse files Browse the repository at this point in the history
Enable rv32gc make-report newlib and linux testing
  • Loading branch information
kito-cheng authored May 30, 2023
2 parents 2dce4b2 + 0da1aa2 commit eb1ee1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
if: |
matrix.os == 'ubuntu-20.04'
&& (matrix.mode == 'linux' || matrix.mode == 'newlib')
&& matrix.target == 'rv64gc-lp64d'
run: |
sudo make report-${{ matrix.mode }} -j $(nproc)
Expand Down

0 comments on commit eb1ee1b

Please sign in to comment.