mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Run make linux with sudo in installation test
This commit is contained in:
parent
84ee1f0b17
commit
f115ee9e72
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: make buildroot
|
||||
run: |
|
||||
source setup.sh
|
||||
make -C linux
|
||||
sudo make -C linux
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
nsenter -t 1 -m -u -n -i bash -c "$(cat .github/cli-space-cleanup.sh)"
|
||||
df -h
|
||||
- name: install
|
||||
run: ./bin/wally-tool-chain-install.sh --clean
|
||||
run: sudo ./bin/wally-tool-chain-install.sh --clean
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
- name: make buildroot
|
||||
run: |
|
||||
source setup.sh
|
||||
make -C linux
|
||||
sudo make -C linux
|
||||
- name: regression
|
||||
run: |
|
||||
source setup.sh
|
||||
|
Loading…
Reference in New Issue
Block a user