mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +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: |
|
run: |
|
||||||
if [ ! -z ${{ matrix.image }} ]; then
|
if [ ! -z ${{ matrix.image }} ]; then
|
||||||
./bin/wally-tool-chain-install.sh --clean ${{ matrix.riscv_path }}
|
./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 }}
|
sudo ./bin/wally-tool-chain-install.sh --clean ${{ matrix.riscv_path }}
|
||||||
else
|
else
|
||||||
sudo ./bin/wally-package-install.sh
|
sudo ./bin/wally-package-install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user