Fix custom user install location

This commit is contained in:
Jordan Carlin 2024-10-20 22:53:42 -07:00
parent 19a14a231c
commit 0f1f9ab341
No known key found for this signature in database

View file

@ -72,7 +72,7 @@ jobs:
os: ubuntu-latest
image: null
user: true
riscv_path: $HOME/riscv
riscv_path: $HOME/riscv-toolchain
# run on selected version of ubuntu or on ubuntu-latest with docker image
runs-on: ${{ matrix.os }}