mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-22 20:44:28 +00:00
Fix typo
This commit is contained in:
parent
e065594ff4
commit
873a01288e
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
||||
run: |
|
||||
if [ ! -z ${{ matrix.image }} ]; then
|
||||
./bin/wally-tool-chain-install.sh --clean ${{ matrix.riscv_path }}
|
||||
else if [ -z ${{ matrix.user }} ]; then
|
||||
elif [ -z ${{ matrix.user }} ]; then
|
||||
sudo ./bin/wally-tool-chain-install.sh --clean ${{ matrix.riscv_path }}
|
||||
else
|
||||
sudo ./bin/wally-package-install.sh
|
||||
|
Loading…
Reference in New Issue
Block a user