Skip to content

Commit

Permalink
Run make linux with sudo in installation test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent 84ee1f0 commit f115ee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -77,15 +77,15 @@ 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
make riscof
- name: make buildroot
run: |
source setup.sh
make -C linux
sudo make -C linux
- name: regression
run: |
source setup.sh
Expand Down

0 comments on commit f115ee9

Please sign in to comment.