mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-22 20:44:28 +00:00
Fix sudo in installation CI
This commit is contained in:
parent
873a01288e
commit
75588b697f
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
|
||||
- name: Remove Buildroot to Save Space
|
||||
run: |
|
||||
sudo rm -rf $RISCV/buildroot/output/build
|
||||
rm -rf $RISCV/buildroot/output/build || sudo rm -rf $RISCV/buildroot/output/build
|
||||
df -h
|
||||
# Run standard regression, skipping distros that are known to be broken with Verilator
|
||||
- name: Regression
|
||||
|
Loading…
Reference in New Issue
Block a user