mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 09:45:18 +00:00
Test user install to custom location
This commit is contained in:
parent
d37df566b1
commit
60a12efa30
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@ -67,6 +67,12 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
image: null
|
image: null
|
||||||
riscv_path: /home/riscv
|
riscv_path: /home/riscv
|
||||||
|
# Custom location user level installation
|
||||||
|
- name: custom-user-install
|
||||||
|
os: ubuntu-latest
|
||||||
|
image: null
|
||||||
|
user: true
|
||||||
|
riscv_path: $HOME/riscv
|
||||||
|
|
||||||
# run on selected version of ubuntu or on ubuntu-latest with docker image
|
# run on selected version of ubuntu or on ubuntu-latest with docker image
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user