Test user install to custom location

This commit is contained in:
Jordan Carlin 2024-10-20 01:00:19 -07:00
parent d37df566b1
commit 60a12efa30
No known key found for this signature in database

View File

@ -67,6 +67,12 @@ jobs:
os: ubuntu-latest
image: null
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
runs-on: ${{ matrix.os }}